Skip to main content

shl

Function shl 

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

<< — left shift. Losing significant bits (or a count of 64 or more) is a catchable overflow error, never a silent wraparound.