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
488 B
488 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FirstOr | firstor | find.go#L574 | core | find | https://go.dev/play/p/x9CxQyRFXeZ |
|
|
280 |
|
Returns the first element of a collection or the fallback value if empty.
v := lo.FirstOr([]int{}, -1)
// v == -1