digitalnet v0.4.0 (2015-06-21T13:09:55Z)
Dub
Repo
DigitalNet.opBinary
digitalnet
implementation
DigitalNet
Apply a digital shift.
ShiftedDigitalNet
!(
U
,
Size
)
opBinary
(U[] shift)
struct
DigitalNet
(U = uint, Size = GreaterInteger!U)
const
ShiftedDigitalNet
!(
U
,
Size
)
opBinary
(
string
op
)
(
in
U
[]
shift
)
if
(
op
== "+"
)
if
(
isUnsigned
!
U
)
DigitalNet
!(
U
,
Size
)
opBinary
(LinearScramble linearScramble)
Meta
Source
See Implementation
digitalnet
implementation
DigitalNet
functions
bisect
opBinary
removeShift
toString
mixins
__anonymous
Apply a digital shift.