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
Obviously we can't do full generic N until const generics are implemented. I only wanted it for 3 [f32; 2]s anyway (and settled for six f32s in my function's parameters) and I'd be happy to send a pull request for just [T: Arbitrary; k] for a few small ks if that's good with you.
The text was updated successfully, but these errors were encountered:
I think historically I've decided to not include these impls because of the compile time hit, with the hope that we could some day provide them with const generics.
I'm not convinced of this position btw. I suppose anyone that tries this should compare compile times.
Obviously we can't do full generic N until const generics are implemented. I only wanted it for 3
[f32; 2]
s anyway (and settled for sixf32
s in my function's parameters) and I'd be happy to send a pull request for just[T: Arbitrary; k]
for a few smallk
s if that's good with you.The text was updated successfully, but these errors were encountered: