mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
fa095e4b4f
* fix(doc): fix go playground demo URL * fix(doc): add more go playground demo URL
492 B
492 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Shuffle | shuffle | slice.go#L322 | core | slice | https://go.dev/play/p/whgrQWwOy-j |
|
|
180 |
|
Returns a slice of shuffled values (Fisher–Yates). Deprecated: use mutable.Shuffle.