983 B
983 B
title, description, weight, type
| title | description | weight | type |
|---|---|---|---|
| Standard Library | ƿit standard library modules | 90 | docs |
ƿit includes a standard library of modules loaded with use().
| Module | Description |
|---|---|
| text | String conversion and manipulation |
| number | Numeric conversion and operations |
| array | Array creation and manipulation |
| object | Object creation and manipulation |
| blob | Binary data (bits, not bytes) |
| time | Time constants and conversions |
| math | Trigonometry, logarithms, roots |
| json | JSON encoding and decoding |
| random | Random number generation |
Most numeric functions (floor, max, abs, etc.) are global intrinsics and do not require use. See Built-in Functions for the full list.