From 7cda283e0570d664ff9ce0516c1d5a318f201de4 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 15 Dec 2023 11:41:54 -0800 Subject: [PATCH] Status update on bit32.byteswap and buffer --- 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 fff2292..0b79fb9 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 669569a..335b35d 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.