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 have a lot of match statements that match on Endianness and then call read under the hood. We should add a minimal extension to ReadBytesExt (and WriteBytesExt) to simplify this.
The text was updated successfully, but these errors were encountered:
We have a lot of match statements that match on
Endianness
and then callread
under the hood. We should add a minimal extension toReadBytesExt
(andWriteBytesExt
) to simplify this.The text was updated successfully, but these errors were encountered: