Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuiltinTypes ¶
type BuiltinTypes interface { IntegerTypes | TextTypes | bool }
type ComplexTypes ¶
type ComplexTypes interface { ~complex64 | ~complex128 }
type FloatTypes ¶
type IntegerTypes ¶
type NumberTypes ¶
type NumberTypes interface { IntegerTypes | FloatTypes | ComplexTypes }
Click to show internal directories.
Click to hide internal directories.