From 4d5453ce333db7a7469c5c5d864424d538062741 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:50:54 -0800 Subject: [PATCH] Status update on bit32.byteswap and buffer (#17) --- docs/function-bit32-byteswap.md | 2 ++ docs/type-byte-buffer.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/function-bit32-byteswap.md b/docs/function-bit32-byteswap.md index fff22924..0b79fb93 100644 --- a/docs/function-bit32-byteswap.md +++ b/docs/function-bit32-byteswap.md @@ -1,5 +1,7 @@ # bit32.byteswap +**Status**: Implemented + ## Summary Add `bit32.byteswap` to swap the endianness of a 32-bit integer. diff --git a/docs/type-byte-buffer.md b/docs/type-byte-buffer.md index 669569a3..335b35d7 100644 --- a/docs/type-byte-buffer.md +++ b/docs/type-byte-buffer.md @@ -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.