Skip to main content

shl

Function shl 

Source
pub fn shl(a: Value, b: Value) -> DogeResult
Expand description

<< — left shift. Int is arbitrary precision, so this never drops significant bits; only a negative or too-large shift count is a catchable error.