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
634 B
634 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Max | max | find.go#L410 | core | find | https://go.dev/play/p/wYvG8gRRFw- |
|
|
200 |
|
Searches the maximum value of a collection. Returns zero value when the collection is empty.
max := lo.Max([]int{2, 5, 3})
// 5