package
0.0.0-20240508072741-7647e70b7070
Repository: https://github.com/iwind/teago.git
Documentation: pkg.go.dev
# Functions
Bool 将值转换成bool类型.
Byte 将值转换成byte.
Compare 比较两个值大小 返回值可能时-1, 0, 1.
Float32 将值转换成float32.
Float64 将值转换成float64.
Int 将值转换成int.
Int16 将值转换成int16.
Int32 将值转换成int32.
Int64 将值转换成int64.
Int8 将值转换成int8.
IsFloat 判断是否为浮点型数字.
IsInteger 判断是否为整形数字.
IsMap 判断是否为Map.
IsNil 判断是否为nil.
IsNumber 判断是否为数字.
IsNumberKind 判断是否为数字类型.
IsSlice 判断是否为Slice.
Slice 转换Slice类型.
String 将值转换成字符串.
Uint 将值转换成uint.
Uint16 将值转换成uint16.
Uint32 将值转换成uint32.
Uint64 将值转换成uint64.
Uint8 将值转换成uint8.