# Functions
Converts a slice of maps to a slice of structs.
Variant of MapsToStructs() with relaxed signature.
Converts a map to struct using converter function.
Converter: requires value to be exactly of specified kind.
Converter: uses strconv.Parse* functions.
Converts a slice of structs to a slice of maps.
Converts a struct to map.
Converts a struct to map.
# Type aliases
Converts value to kind.