openzeppelin-contracts
openzeppelin-contracts copied to clipboard
Add PairMap, NibbleMap and UintXMap to Bitmaps
Fixes #????
PR Checklist
- [x] Tests
- [x] Documentation
- [x] Changeset entry (run
npx changeset add)
🦋 Changeset detected
Latest commit: a8da062c67fc6180ffb991b80088052bec4e5df6
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| openzeppelin-solidity | Minor |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
I'm wondering if we should have multiple datastructures, versus having just one structure (bitmap) with functionallity to read//write multiple bits at once.
What is the usecase exactly ?