mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 01:50:59 +01:00
Status update on bit32.byteswap and buffer (#17)
This commit is contained in:
parent
2fa1e811e1
commit
4d5453ce33
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# bit32.byteswap
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
Add `bit32.byteswap` to swap the endianness of a 32-bit integer.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Byte buffer type
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
A new built-in type to serve as a mutable array of bytes, with a library for reading and writing the contents.
|
||||
|
|
Loading…
Add table
Reference in a new issue