Skip to main content

The Atem Standard Library

The Atem Standard Library contains commonly used algorithms, data structures, and tools to help you build programs or libraries.

To use the standard library functionalities, you need to import the related modules, functions, or types by import expressions. For instance, you can use the println function by println := import func std.user.io.print.println.

Contents