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