mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
BigIntView.opCast
mir
bignum
low_level_view
BigIntView
T
opCast
()
T
opCast
()
T
opCast
()
BigIntView
!
V
opCast
()
struct
BigIntView
(W, WordEndian endian = TargetEndian)
scope return
static if
(
endian == TargetEndian
)
BigIntView
!
V
opCast
(
T
:
BigIntView
!
V
V
)
(
)
if
(
V.sizeof
<=
W.sizeof
)
if
(
is
(
Unqual
!
W
==
ubyte
) ||
is
(
Unqual
!
W
==
ushort
)
||
is
(
Unqual
!
W
==
uint
)
||
is
(
Unqual
!
W
==
ulong
)
)
Meta
Source
See Implementation
mir
bignum
low_level_view
BigIntView
constructors
this
functions
coefficients
fromHexStringImpl
fromStringImpl
leastSignificantFirst
lightConst
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
topLeastSignificantPart
topMostSignificantPart
static functions
fromHexString
variables
sign
unsigned