879 B
879 B
title, description, weight, type
| title | description | weight | type |
|---|---|---|---|
| Standard Library | ƿit standard library modules | 90 | docs |
The standard library provides modules loaded with use().
| Module | Description |
|---|---|
| blob | Binary data (bits, not bytes) |
| time | Time constants and conversions |
| math | Trigonometry, logarithms, roots |
| json | JSON encoding and decoding |
| random | Random number generation |
The text, number, array, and object functions are intrinsics — they are always available without use. See Built-in Functions for the full list, and the individual reference pages for text, number, array, and object.