tern.integer

Arbitrary size integer implementation (must be 0<x<=64)

Members

Aliases

hept
alias hept = Int!56

Represents the shorthand for an integer

npbyte
alias npbyte = Int!8
nphept
alias nphept = Int!56
npint
alias npint = Int!32
nplong
alias nplong = Int!64
nppent
alias nppent = Int!40
npsex
alias npsex = Int!48
npshort
alias npshort = Int!16
nptri
alias nptri = Int!24

Represents the shorthand for a non-promoting integer

npubyte
alias npubyte = UInt!8
npuhept
alias npuhept = UInt!56
npuint
alias npuint = UInt!32
npulong
alias npulong = UInt!64
npupent
alias npupent = UInt!40
npusex
alias npusex = UInt!48
npushort
alias npushort = UInt!16
nputri
alias nputri = UInt!24

Represents the shorthand for a non-promoting integer

pent
alias pent = Int!40
sex
alias sex = Int!48
tri
alias tri = Int!24
uhept
alias uhept = UInt!56
upent
alias upent = UInt!40
usex
alias usex = UInt!48

Represents the shorthand for an integer

utri
alias utri = UInt!24

Represents the shorthand for an integer

Structs

Int
struct Int(size_t SIZE)

Represents an arbitrary signed integer of SIZE.

UInt
struct UInt(size_t SIZE)

Represents an arbitrary unsigned integer of SIZE.

Meta