package
1.4.11
Repository: https://github.com/go-zoox/core-utils.git
Documentation: pkg.go.dev

# Functions

Get returns the value of the key in the object.
Indexes flattens a nest map into a map with only one level.
Keys returns the keys of the map.
Map returns a new map with the same keys by iteratee function from the map.
MergeMap returns a new map by merging maps.
MustStructToMap converts struct to map and panics if there is an error.
Omit returns a new map with keys omitted from the map.
OmitBy returns a new map by omitted function from the map.
Pick returns a new map with keys picked from the map.
PickBy returns a new map by picked function from the map.
StructToMap converts struct to map.
ToMap transform struct to an may.
Unique retturns a unique array of objects.
UniqueBy returns a unique array of objects by keyFn.
Values returns the values of the map.
Walk traverses object by deep first.
WalkByDeepFirst traverses object by deep first.