Status update on bit32.byteswap and buffer

This commit is contained in:
Vyacheslav Egorov 2023-12-15 11:41:54 -08:00
parent 2fa1e811e1
commit 7cda283e05
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# bit32.byteswap # bit32.byteswap
**Status**: Implemented
## Summary ## Summary
Add `bit32.byteswap` to swap the endianness of a 32-bit integer. Add `bit32.byteswap` to swap the endianness of a 32-bit integer.

View file

@ -1,5 +1,7 @@
# Byte buffer type # Byte buffer type
**Status**: Implemented
## Summary ## Summary
A new built-in type to serve as a mutable array of bytes, with a library for reading and writing the contents. A new built-in type to serve as a mutable array of bytes, with a library for reading and writing the contents.