mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-23 18:29:50 -04:00
14 lines
398 B
Markdown
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. |