# Functions
Bool casts an interface to a bool type.
BoolSlice casts an interface to a []bool type.
Byte converts `any` to byte.
Bytes converts `any` to []byte.
Duration casts an interface to a time.Duration type.
DurationSlice casts an interface to a []time.Duration type.
Float32 casts an interface to a float32 type.
Float64 casts an interface to a float64 type.
Int casts an interface to an int type.
Int16 casts an interface to an int16 type.
Int32 casts an interface to an int32 type.
Int32s converts `any` to []int32.
Int32ToString casts an interface to a string type.
Int64 casts an interface to an int64 type.
Int64s converts `any` to []int64.
Int8 casts an interface to an int8 type.
Interfaces converts `any` to []interface{}.
Ints converts `any` to []int.
IntSlice casts an interface to a []int type.
IntToString casts an interface to a string type.
Map converts any variable `value` to map[string]interface{}.
MapStrStr converts `value` to map[string]string.
Rune converts `any` to rune.
Slice casts an interface to a []interface{} type.
SliceAny is alias of Interfaces.
SliceInt is alias of Ints.
SliceInt32 is alias of Int32s.
SliceInt is alias of Int64s.
SliceStr is alias of Strings.
String casts an interface to a string type.
StringMap casts an interface to a map[string]interface{} type.
StringMapBool casts an interface to a map[string]bool type.
StringMapInt casts an interface to a map[string]int type.
StringMapInt64 casts an interface to a map[string]int64 type.
StringMapString casts an interface to a map[string]string type.
StringMapStringSlice casts an interface to a map[string][]string type.
Strings converts `any` to []string.
StringSlice casts an interface to a []string type.
StringToDate attempts to parse a string into a time.Time type using a predefined list of formats.
StringToDateInDefaultLocation casts an empty interface to a time.Time, interpreting inputs without a timezone to be in the given location, or the local timezone if nil.
Time casts an interface to a time.Time type.
No description provided by the author
ToBoolE casts an interface to a bool type.
ToBoolSliceE casts an interface to a []bool type.
ToDurationE casts an interface to a time.Duration type.
ToDurationSliceE casts an interface to a []time.Duration type.
ToFloat32E casts an interface to a float32 type.
ToFloat64E casts an interface to a float64 type.
ToInt16E casts an interface to an int16 type.
ToInt32E casts an interface to an int32 type.
ToInt64E casts an interface to an int64 type.
ToInt8E casts an interface to an int8 type.
ToIntE casts an interface to an int type.
ToIntSliceE casts an interface to a []int type.
ToSliceE casts an interface to a []interface{} type.
ToStringE casts an interface to a string type.
ToStringMapBoolE casts an interface to a map[string]bool type.
ToStringMapE casts an interface to a map[string]interface{} type.
ToStringMapInt64E casts an interface to a map[string]int64{} type.
ToStringMapIntE casts an interface to a map[string]int{} type.
ToStringMapStringE casts an interface to a map[string]string type.
ToStringMapStringSliceE casts an interface to a map[string][]string type.
ToStringSliceE casts an interface to a []string type.
ToTimeE casts an interface to a time.Time type.
ToTimeInDefaultLocationE casts an empty interface to time.Time, interpreting inputs without a timezone to be in the given location, or the local timezone if nil.
ToUint16E casts an interface to a uint16 type.
ToUint32E casts an interface to a uint32 type.
ToUint64E casts an interface to a uint64 type.
ToUint8E casts an interface to a uint type.
ToUintE casts an interface to a uint type.
Uint casts an interface to a uint type.
Uint16 casts an interface to a uint16 type.
Uint32 casts an interface to a uint32 type.
Uint64 casts an interface to a uint64 type.
Uint8 casts an interface to a uint8 type.
UnsafeBytesToStr converts []byte to string without memory copy.
UnsafeStrToBytes converts string to []byte without memory copy.
# Variables
StructTagPriority defines the default priority tags for Map*/Struct* functions.