mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
474 B
474 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Last | last | find.go#L585 | core | find | https://go.dev/play/p/ul45Z0y2EFO |
|
|
290 |
|
Returns the last element of a collection and whether it exists.
v, ok := lo.Last([]int{1, 2, 3})
// v == 3, ok == true