bits-and-blooms / bitset

Go package implementing bitsets
BSD 3-Clause "New" or "Revised" License
1.34k stars 175 forks source link

Support `ShiftLeft` and `ShiftRight` #144

Closed okhowang closed 2 months ago

okhowang commented 1 year ago

func (*BitSet) ShiftLeft(bits int, fill bool)

lemire commented 1 year ago

Sure. Do you want to issue a pull request?

lemire commented 2 months ago

Closed by https://github.com/bits-and-blooms/bitset/pull/165