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
We could have an interface to work with ByteStrings as a sequence of Word8s, or of ASCII chars, or maybe both.
Implementation would be similar to Text because I expect we want to support slicing.
I'm open to adding this should someone ask for it.
The text was updated successfully, but these errors were encountered:
We could have an interface to work with ByteStrings as a sequence of Word8s, or of ASCII chars, or maybe both.
Implementation would be similar to Text because I expect we want to support slicing.
I'm open to adding this should someone ask for it.
The text was updated successfully, but these errors were encountered: