gotypelimits

package
v0.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const MaxInt = int(MaxUint >> 1)

const MaxInt8 = int8(MaxUint8 >> 1) const MinInt8 = -MaxInt8 - 1 const MaxInt16 = int16(MaxUint16 >> 1) const MinInt16 = -MaxInt16 - 1 const MaxInt32 = int32(MaxUint32 >> 1) const MinInt32 = -MaxInt32 - 1 const MaxInt64 = int64(MaxUint64 >> 1) const MinInt64 = -MaxInt64 - 1

View Source
const MaxUint = ^uint(0)

const MaxUint8 = ^uint8(0) const MinUint8 = 0 const MaxUint16 = ^uint16(0) const MinUint16 = 0 const MaxUint32 = ^uint32(0) const MinUint32 = 0 const MaxUint64 = ^uint64(0) const MinUint64 = 0

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL