Documentation ¶
Index ¶
Constants ¶
View Source
const IntSize = strconv.IntSize
IntSize is the bit-size of the data-type for the targeted platform.
View Source
const MaxInt int = math.MaxInt
MaxInt is the maximum int value for the targeted platform. Other constants for data-types can be found in package `math` package.
View Source
const MaxUint uint = math.MaxUint
MaxUint is the maximum uint value for the targeted platform. Other constants for data-types can be found in package `math` package.
View Source
const MinInt int = math.MinInt
MinInt is the minimum int value for the targeted platform. Other constants for data-types can be found in package `math` package.
View Source
const UintSize = bits.UintSize
UintSize is the bit-size of the data-type for the targeted platform.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Integer ¶
type Integer interface { UnsignedInteger | SignedInteger }
Click to show internal directories.
Click to hide internal directories.