← Back to the index
Modules
std
-
std/bool.vv
— The `bool` module provides standard utilities for boolean values.
-
std/channel.vv
— The `channel` module provides channels for communication and synchronization between concurrent tasks.
-
std/char.vv
— The `char` module provides utilities for working with characters.
-
std/console.vv
— The `console` module provides standard input and output utilities.
-
std/float.vv
— The `float` module provides standard utilities for floating-point numbers.
-
std/int.vv
— The `int` module provides standard utilities for integer numbers.
-
std/list.vv
— The `list` module provides utilities for working with lists (arrays).
-
std/math.vv
— The `math` module provides standard mathematical functions and constants.
-
std/net.vv
— The `net` module provides system-level network connection capabilities.
-
std/option.vv
— The `option` module provides a way to represent optional values.
-
std/random.vv
— The `random` module provides functions for generating random numbers and making random choices.
-
std/record.vv
— The `record` module provides utilities for working with records (key-value maps).
-
std/result.vv
— The `result` module handles operations that can succeed with a value (`ok`) or fail with an error (`error`).
-
std/sync.vv
— The `sync` module provides basic synchronization primitives such as mutual exclusion locks.
-
std/sys.vv
— The `sys` module provides system-level capabilities and interpreter control.
std/fs
-
std/fs/dir.vv
— The `fs/dir` module provides low-level directory operations.
-
std/fs/file.vv
— The `fs/file` module provides low-level file I/O operations.
std/io
-
std/io/bytes.vv
— The `io/bytes` module provides a buffered byte reader.
-
std/io/text.vv
— The `io/text` module provides a buffered text reader using an encoding.