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
For some use cases, the doubly linked list (#170) can be optimized by including both prev and next links in the same mapping. This structure can accommodate data sizes of up to bytes16/uint128. It cannot accommodate address.
The text was updated successfully, but these errors were encountered:
For some use cases, the doubly linked list (#170) can be optimized by including both
prev
andnext
links in the same mapping. This structure can accommodate data sizes of up tobytes16
/uint128
. It cannot accommodateaddress
.The text was updated successfully, but these errors were encountered: