Skip to content

Commit

Permalink
Status update on bit32.byteswap and buffer (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegorov-rbx authored Dec 15, 2023
1 parent 2fa1e81 commit 4d5453c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/function-bit32-byteswap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# bit32.byteswap

**Status**: Implemented

## Summary

Add `bit32.byteswap` to swap the endianness of a 32-bit integer.
Expand Down
2 changes: 2 additions & 0 deletions docs/type-byte-buffer.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4d5453c

Please sign in to comment.