# Functions
No description provided by the author
ToAny converts one type to another type.
ToAnyE converts one type to another and returns an error if error occurred.
ToBoolE casts any type to a bool type.
ToDurationE casts any type to time.Duration type.
ToFloat32E casts any type to a float32 type.
ToFloat64E casts any type to a float64 type.
ToInt16E casts any type to an int16 type.
ToInt32E casts any type to an int32 type.
ToInt64E casts any to an int64 type.
ToInt8E casts any type to an int8 type.
ToIntE casts any type to an int type.
ToStringE casts any type to a string type.
ToUint16E casts any type to a uint16 type.
ToUint32E casts any type to a uint32 type.
ToUint64E casts any type to a uint64 type.
ToUint8E casts any type to a uint type.
ToUintE casts any type to a uint type.