You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the data structure of the SingleSlotMapper can be complicated to understand as it uses bit operations against a single uint256 storage slot to map 62 index numbers to 4 bit values.
Adding a diagram of the structure to the README will help developers understand how this works.
The text was updated successfully, but these errors were encountered:
the data structure of the
SingleSlotMapper
can be complicated to understand as it uses bit operations against a single uint256 storage slot to map 62 index numbers to 4 bit values.Adding a diagram of the structure to the README will help developers understand how this works.
The text was updated successfully, but these errors were encountered: