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
refactor: remove generic from TableCollection::simplify (#465)
* The generic was unsound and could lead to UB if
sizeof(type) and ABI of type were not identical
to NodeId
BREAKING CHANGE: removing the generic changes fn signature
0 commit comments