Documentation
¶
Index ¶
- func Add(a, b any) (any, error)
- func Ceil(x any) (float64, error)
- func Dict(values ...any) (map[string]any, error)
- func Div(a, b any) (any, error)
- func Floor(x any) (float64, error)
- func GetUtilsFuncMap() map[string]any
- func List(args ...any) any
- func Ln(a any) (float64, error)
- func Log(a any, b any) (float64, error)
- func Mod(a, b any) (int64, error)
- func ModBool(a, b any) (bool, error)
- func Mul(a, b any) (any, error)
- func Pow(a, b any) (float64, error)
- func Replace(target, old, new any, n int) (string, error)
- func Round(x any) (float64, error)
- func Split(obj any, delimiter string) ([]string, error)
- func Sqrt(a any) (float64, error)
- func Sub(a, b any) (any, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUtilsFuncMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.