Standard Library – English Overview
This section provides an overview of the main modules and functions in Zhar's standard library.
Main module groups
- Numbers & Math – arithmetic, algebra, statistics.
- Strings & Text – text processing, Unicode, formatting.
- Collections – lists, maps, structured data.
- Filesystem – file read/write, paths.
- Networking – HTTP, sockets (where applicable).
- Diagnostics & Logging – logging, profiling.
Each function is documented with:
- name and signature;
- parameter and return types;
- short description;
- usage example.