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
Right now, bitmasked is a decorator on dense SNode. We can separate that so that bitmasked becomes its own SNode type. This came up from #661 . @KLozes also did the same thing for pointer in #462.
The text was updated successfully, but these errors were encountered:
Concisely describe the proposed feature
Right now,
bitmasked
is a decorator ondense
SNode. We can separate that so thatbitmasked
becomes its own SNode type. This came up from #661 . @KLozes also did the same thing forpointer
in #462.The text was updated successfully, but these errors were encountered: