Updated documentation

This commit is contained in:
2026-01-12 11:58:32 +01:00
parent 6cd90467c6
commit dd6e7a9c9e
4 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ the standard library. It currently features:
- [**Vector**](/docs/vector.md): a growable, contiguous array of homogenous generic data types;
- [**Map**](/docs/map.md): an associative array that handles generic heterogenous data types;
- [**BigInt**](/docs/bigint.md): a data type for arbitrary large integers.
- [**BigInt**](/docs/bigint.md): a data type for arbitrary large integers.
## Usage
At its simplest, you can use this library as follows: