mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
516 B
516 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| HasSuffix | hassuffix | find.go#L57 | core | find | https://go.dev/play/p/bJeLetQNAON |
|
|
30 |
|
Returns true if a collection ends with the given suffix slice.
lo.HasSuffix([]int{1, 2, 3, 4}, []int{3, 4})
// true