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
value types like Float32 disable the covariance of the inner Sequence.
So accepting Sequence<Sequence<Float32>> is a bad idea, as it doesn't allow to connect Spread<Spread<Float32>>.
The text was updated successfully, but these errors were encountered:
value types like
Float32
disable the covariance of the innerSequence
.So accepting
Sequence<Sequence<Float32>>
is a bad idea, as it doesn't allow to connectSpread<Spread<Float32>>
.The text was updated successfully, but these errors were encountered: