Jeremy Wall f691489bf8 DOCS: A whole bunch of improvements.
* Changed the ordering so that tutorials come first.
* Added a tutorial on recursive modules.
2019-02-27 19:41:09 -06:00

398 B

+++ title = "The UCG Standard Library" slug = "stdlib" weight = 4 sort_by = "weight" in_search_index = true +++

UCG has some builtin libraries for common tasks. List processing, Tuple manipulation, and some helpful testing assertions can all be found in the standard library.

Each library is documented here in it's own section. Most operations in the standard library are in the form of modules.