Name <<
Definition (a:val(int)) << (b:val(int)) : expr(int).
Defined in ops.l
Implementation icode
Infix _<<_ : infix(155,left).
Description Shift left.
Note If the shift amount is >31 the result is 0.