We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ByteArray
eclib
WArray
get16_le
get16_be
get32_le
get16_le_direct
SubByteArray
W8 <-> ByteArray1
W16 <-> ByteArray2
cc @bacelar @mbbarbosa @bgregoir @vbgl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ByteArray
theory ineclib
(similar to the existingWArray
).get16_le
,get16_be
,get32_le
...,get16_le_direct
, ... (do you agree on the name ?)SubByteArray
theory relating twoByteArray
s of different sizes.W8 <-> ByteArray1
,W16 <-> ByteArray2
...).ByteArray
andSubByteArray
.cc @bacelar @mbbarbosa @bgregoir @vbgl
The text was updated successfully, but these errors were encountered: