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
I don't really think that this module has much advantage for understandability in this form. I'd rather see two functions, which can internally use a shared trait.
That module currently has a trait which is implemented for two types, including a (slice, slice, t) tuple, and a method which iterates through that type. I'd much rather see this be a function instead, so that the parameter names have meaning.
The text was updated successfully, but these errors were encountered:
Originally posted by @DJMcNab in #2 (comment)
That module currently has a trait which is implemented for two types, including a
(slice, slice, t)
tuple, and a method which iterates through that type. I'd much rather see this be a function instead, so that the parameter names have meaning.The text was updated successfully, but these errors were encountered: