package
0.0.0-20240510080100-1c003c80f533
Repository: https://github.com/nartvt/go-core.git
Documentation: pkg.go.dev
# Functions
Entries transform a map into an array of key/value pairs.
FlatValues creates an array of the map values.
FromEntries transforms an array of key/value pairs into a map.
FromPairs transforms an array of key/value pairs into a map.
No description provided by the author
No description provided by the author
IsEmpty check map is empty.
IsNotEmpty check map is not empty.
Keys create an array of the map keys.
PickBy returns the same map type filtered by given predicate.
PickByKeys returns a same map type filtered by given keys.
PickByValues returns same map type filtered by given values.
ToPairs transforms a map into an array of key/value pairs.
ToSlice transforms a map into a slice based on specific iteratee Play: https://go.dev/play/p/ZuiCZpDt6LD.
Values create an array of the map values.