package
1.6.2
Repository: https://github.com/perpower/goframe.git
Documentation: pkg.go.dev

# Functions

IsFloat checks whether `value` is type of float.
IsInt checks whether `value` is type of int.
IsMap checks whether `value` is type of map.
IsNumeric checks whether the given string s is numeric.
IsSlice checks whether `value` is type of slice.
IsStruct checks whether `value` is type of struct.
IsUint checks whether `value` is type of uint.