mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
517 B
517 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| HasPrefix | hasprefix | find.go#L41 | core | find | https://go.dev/play/p/SrljzVDpMQM |
|
|
20 |
|
Returns true if a collection starts with the given prefix slice.
lo.HasPrefix([]int{1, 2, 3, 4}, []int{1, 2})
// true