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
Currently it is &[u8] which makes it hard to work with in APIs that give back ULE types. It should be &FlexULE so that we can add a function to convert it into a usize.
Also use this opportunity to clean up call sites around zerovec to use the new helper function.