Documentation
¶
Index ¶
- func Abs(v any) any
- func Bool(b any) bool
- func Cond(cond, t, f any) any
- func Escape(r rune, cap bool) []byte
- func Hex(i byte, cap bool) byte
- func Nil(v any, w any) any
- func QuoteToJSON(s string) string
- func Value(v any, err error) any
- func ValueJSON(v any, err error) string
- type Arithmetic
- type BooleanTestible
- type Booler
- type Complex
- type Float
- type FloatingPoint
- type Int
- type Ordered
- type Real
- type SignedInt
- type Stringer
- type UnsignedInt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arithmetic ¶
type BooleanTestible ¶
type BooleanTestible interface{ ~bool | ~string | Arithmetic }
type Complex ¶
type Complex interface{ ~complex64 | ~complex128 }
type FloatingPoint ¶
type Int ¶
type Int interface{ SignedInt | UnsignedInt }
Click to show internal directories.
Click to hide internal directories.