Skip to content

Instantly share code, notes, and snippets.

View csherratt's full-sized avatar

Coraline Sherratt csherratt

  • Cash App
  • Waterloo, Ont
View GitHub Profile
@LikeLakers2
LikeLakers2 / bitset.rs
Last active April 15, 2020 01:02
bitsetlike
// We can move `layer0`, `layer1`, `layer2`, `layer3` here, or just remove them entirely
// Remove `add()`, `remove()`, `clear()` (replaced with `set()`, `unset()`, `clear()` from BitSetLike)