digitalnet ~master (2016-02-15T12:27:45Z)
Dub
Repo
DigitalNet.opBinary
digitalnet
implementation
DigitalNet
Apply a digital shift.
ShiftedDigitalNet
!(
U
,
Size
)
opBinary
(
in
U
[]
shift
)
struct
DigitalNet
(U = uint, Size = GreaterInteger!U)
ShiftedDigitalNet
!(
U
,
Size
)
opBinary
const
(
string
op
)
(
in
U
[]
shift
)
if
(
op
== "+"
)
if
(
isUnsigned
!
U
)
DigitalNet
!(
U
,
Size
)
opBinary
(
in
LinearScramble
linearScramble
)
Meta
Source
See Implementation
digitalnet
implementation
DigitalNet
functions
opBinary
Apply a digital shift.