Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Integer ¶
type Integer interface {
~int | ~int8 | ~int16 | ~int32 | ~int64 |
~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64
}
Integer is a constraint that permits any integer type.
type Number ¶
type Number interface {
~int | ~int8 | ~int16 | ~int32 | ~int64 |
~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 |
~float32 | ~float64
}
Number is a constraint that permits any numeric type.
type SignedInteger ¶
SignedInteger is a constraint that permits any signed integer type.
type SignedNumber ¶
SignedNumber is a constraint that permits any signed numeric type.
Click to show internal directories.
Click to hide internal directories.