shl

Shift left n bits

nothrow @safe @nogc pure
Cent
shl
(
Cent c
,
uint n
)

Parameters

c Cent

Cent to shift

n uint

number of bits to shift

Return Value

Type: Cent

shifted value

Meta