Skip to content

Commit

Permalink
comp.
Browse files Browse the repository at this point in the history
  • Loading branch information
DEntis-T committed Aug 6, 2024
1 parent 5a29a68 commit b9dddec
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion doc/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- [`iter`](#component-iter)
- [`vec`](#component-vec)
- [`graphics`](#component-graphics)
- [`stk`](#component-stk)
- [`bitarr`](#component-bitarr)

---------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -432,4 +434,18 @@ Output:
[Info]
[Info]
[Info] Powered by: Pawn Release: 3.10.11
```
```

---------------------------------------------------------------------------------------------------------

## 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.

0 comments on commit b9dddec

Please sign in to comment.