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
We currently treat [byte] as Lists / FixedSizedLists of u8, which adds an extra layer of indirection. Sometimes this is nice for API symmetry, such as in the Tensor u8 buffers, but it would be nice to have an attribute that forces it to use Binary instead.