Open
Description
Can you please implement bit shift operations like logical shift, arithmetic shift and cyclic shift ?
- Logical Shift (added logical shift operations #45 — currently stuck)
- Arithmetic Shift (added arithmetic shift operations #47 — currently stuck)
- Cyclic Shift (feature(#44): Add Circular Shift #49)