How is it unwieldy?
But you'll end up with sequence of tuples of optionals. That's pretty unwieldy.
How is it unwieldy?
But you'll end up with sequence of tuples of optionals. That's pretty unwieldy.
I see your point. Do take in mind that these ideas are not yet fully formed. Currently, I see the Zip
type as an abstraction that has different views on the same base Sequence
s, similar to String
with its unicodeScalars
, utf16
and utf8
properties.
My proposal can be found in its new thread. Thoughts are welcome.