Documentation
¶
Index ¶
Constants ¶
View Source
const MaxInt = int(MaxUint >> 1)
MaxInt is the maximum signed int
View Source
const MaxInt16 = int16(MaxUint16 >> 1)
MaxInt16 is the maximum signed int16
View Source
const MaxInt32 = int32(MaxUint32 >> 1)
MaxInt32 is the maximum signed int32
View Source
const MaxInt64 = int64(MaxUint64 >> 1)
MaxInt64 is the maximum signed int64
View Source
const MaxUint = ^uint(0)
MaxUint is the maximum unsigned int
View Source
const MaxUint16 = ^uint16(0)
MaxUint16 is the maximum unsigned int16
View Source
const MaxUint32 = ^uint32(0)
MaxUint32 is the maximum unsigned int32
View Source
const MaxUint64 = ^uint64(0)
MaxUint64 is the maximum unsigned int64
View Source
const MinInt = -MaxInt - 1
MinInt is the minimum signed int
View Source
const MinInt16 = -MaxInt16 - 1
MinInt16 is the minimum signed int16
View Source
const MinInt32 = -MaxInt32 - 1
MinInt32 is the minimum signed int32
View Source
const MinInt64 = -MaxInt64 - 1
MinInt64 is the minimum signed int64
View Source
const MinUint = 0
MinUint is the minimum unsigned int
View Source
const MinUint16 = 0
MinUint16 is the minimum unsigned int16
View Source
const MinUint32 = 0
MinUint32 is the minimum unsigned int32
View Source
const MinUint64 = 0
MinUint64 is the minimum unsigned int64
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.