Expose little endian types
timkurvers opened this issue · 3 comments
timkurvers commented
Am currently dealing with formats that deal exclusively with little endian and it'd be nifty exposing int16le, uint32le and the likes alongside its big endian cousins.
Thoughts?
devongovett commented
Sounds good. Maybe expose e.g. uint32be as well, as an alias to the current uint32, for consistency.
timkurvers commented
👍 Should these be individually tested too?
timkurvers commented
Thanks! 👍