Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxUint32OrInt returns min(MaxUint32, MaxInt), i.e // - MaxUint32 on 64-bit platforms; // - MaxInt on 32-bit platforms. // It is used when slices are limited to Uint32 on 64-bit platforms (the // length limit for slices is naturally MaxInt on 32-bit platforms). MaxUint32OrInt = (1<<31)<<oneIf64Bit - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.