Skip to main content

builtin_raw_shift

Function builtin_raw_shift 

Source
fn builtin_raw_shift(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

rawShift(x, n) — bitwise shift of raw (byte) values. Positive n shifts left, negative n shifts right.