From b9dddec8d81d4a1faf1293acaa328a7890aad397 Mon Sep 17 00:00:00 2001 From: DEntisT Date: Tue, 6 Aug 2024 21:30:46 +0200 Subject: [PATCH] comp. --- doc/components.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/components.md b/doc/components.md index 93e198d..1adbe0e 100644 --- a/doc/components.md +++ b/doc/components.md @@ -13,6 +13,8 @@ - [`iter`](#component-iter) - [`vec`](#component-vec) - [`graphics`](#component-graphics) +- [`stk`](#component-stk) +- [`bitarr`](#component-bitarr) --------------------------------------------------------------------------------------------------------- @@ -432,4 +434,18 @@ Output: [Info] [Info] [Info] Powered by: Pawn Release: 3.10.11 -``` \ No newline at end of file +``` + +--------------------------------------------------------------------------------------------------------- + +## Component: `stk` +- Stack-related functions. + +For further information, check the data structure and `foreach` documentation. + +--------------------------------------------------------------------------------------------------------- + +## Component: `bitarr` +- Bit array-related functions. + +For further information, check the data structure and `foreach` documentation. \ No newline at end of file