Documentation ¶
Index ¶
Constants ¶
View Source
const ( // IntBitSize is runtime int type bit size. 32 or 64. IntBitSize = 32 << (^uint(0) >> 63) // MaxInt is max value of runtime int type. MaxInt = 1<<(IntBitSize-1) - 1 // MinInt is min value of runtime int type. MinInt = -1 << (IntBitSize - 1) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.