mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
15 lines
500 B
Markdown
15 lines
500 B
Markdown
|
+++
|
||
|
title = "The UCG Standard Library"
|
||
|
slug = "stdlib"
|
||
|
weight = 3
|
||
|
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 and by convention you get
|
||
|
the result of an operation from the `result` field after running the module.
|