gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
wideint
gfm
math
wideint
Wide signed integer.
template
wideint (
int
bits
) {
alias
wideint
=
integer
!(
true
,
bits
)
;
}
Members
Aliases
wideint
alias
wideint
=
integer
!(
true
,
bits
)
Undocumented in source.
Parameters
bits
number of bits, must be a power of 2.
Meta
Source
See Implementation
gfm
math
wideint
aliases
int128
int256
uint128
uint256
functions
abs
structs
wideIntImpl
templates
uwideint
wideint
Wide signed integer.