mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
436 B
436 B
name, slug, sourceRef, category, subCategory, signatures, playUrl, variantHelpers, similarHelpers, position
| name | slug | sourceRef | category | subCategory | signatures | playUrl | variantHelpers | similarHelpers | position | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Repeat | repeat | it/seq.go#L384 | it | sequence |
|
|
|
75 |
Creates a sequence that repeats the initial value count times.
result := it.Repeat(3, "hello")
// ["hello", "hello", "hello"]