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
So far, Join, Race, etc are implemented for tuples, vecs, and arrays. It might make sense to also provide an implementation for SmallVec (possibly behind a feature-gate).
Although, upon writing this, I'm starting to think that fixed size arrays probably cover the same scenarios pretty well.
The text was updated successfully, but these errors were encountered:
So far,
Join
,Race
, etc are implemented for tuples, vecs, and arrays. It might make sense to also provide an implementation forSmallVec
(possibly behind a feature-gate).Although, upon writing this, I'm starting to think that fixed size arrays probably cover the same scenarios pretty well.
The text was updated successfully, but these errors were encountered: