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
Similar to how Span works, we could add a method to the DataStream class to easily create a substream. We could name it Slice and it would equivalent to call the constructor with the given offset and size. This may simplify APIs.
Similar to how
Span
works, we could add a method to theDataStream
class to easily create a substream. We could name itSlice
and it would equivalent to call the constructor with the given offset and size. This may simplify APIs.Additional context
We could review the other methods that
Span
provides so we can have similar names.The text was updated successfully, but these errors were encountered: