mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
497 B
497 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FirstOrEmpty | firstorempty | find.go#L567 | core | find | https://go.dev/play/p/ul45Z0y2EFO |
|
|
270 |
|
Returns the first element of a collection or the zero value if empty.
v := lo.FirstOrEmpty([]int{})
// v == 0