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
Those functions allow to create an inline SmallVec supplying both
buf and len arguments, so only a part of the buffer is used. The
unchecked variant doesn't check if the length is less or equal
than the buffer length.
0 commit comments