common

package
v0.0.0-...-2f611ba Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxUint             = ^uint(0)
	MaxInt              = int(MaxUint >> 1)
	MinInt              = ^MaxInt
	LogSizeOfIntInBytes = MaxUint>>8&1 + MaxUint>>16&1 + MaxUint>>32&1
	SizeOfIntInBytes    = 1 << LogSizeOfIntInBytes
	SizeOfIntInBits     = SizeOfIntInBytes << 3
)

Integer limit values.

Variables

View Source
var (
	PageSizeInBytes uint
	IntCountPerPage uint
)

Page size

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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