14 lines
398 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.