Skip to content

Implement Shl and Shr (<< and >> operators) #296

Description

@ghcs27

Bitvec already provides shift_left and shift_right methods for in-place bitshifts, but it would be nice to provide operators which return the shifted BitVec/BitArray. This would also make it easier to translate code written with raw integers to cleaner bitvec code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions