Documentation
¶
Index ¶
- func Add(a, b interface{}) interface{}
- func AddInt(a, b interface{}) int
- func Bool(v interface{}) bool
- func Div(a, b interface{}) interface{}
- func DivFloat(a, b interface{}) float64
- func Float32(v interface{}) (float32, error)
- func Float32Must(v interface{}) float32
- func Float64(v interface{}) (float64, error)
- func Float64Must(v interface{}) float64
- func Int(v interface{}) (int, error)
- func Int64(v interface{}) (int64, error)
- func Int64Must(v interface{}) int64
- func IntMust(v interface{}) int
- func IsFloat(v interface{}) bool
- func IsInt(v interface{}) bool
- func IsNumber(v interface{}) bool
- func IsString(v interface{}) bool
- func Mod(a, b interface{}) interface{}
- func Mul(a, b interface{}) interface{}
- func String(v interface{}) string
- func Sub(a, b interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32Must ¶
func Float32Must(v interface{}) float32
func Float64Must ¶
func Float64Must(v interface{}) float64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.