The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Int128.this
std
int128
Int128
Construct an
Int128
from a
long
value.
this
(long lo)
this
(ulong lo)
this
(long hi, long lo)
struct
Int128
@
safe
pure nothrow @
nogc
this
(
long
hi
,
long
lo
)
this
(Cent data)
Parameters
hi
long
upper 64 bits
lo
long
lower 64 bits
Meta
Source
See Implementation
std
int128
Int128
constructors
this
functions
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
toHash
toString
manifest constants
max
min
variables
data
Construct an Int128 from a long value.