Expand description
The core module — 4 functions.
| Function | Signature | Description |
|---|---|---|
core.log | (value: any) -> nil | Debug logging (no-op in production) |
core.assert | (condition: bool, message?: string) -> nil | Trap if false |
core.type_of | (value: any) -> string | Returns type name |
core.capability | (name: string) -> bool | Check capability availability |
Structs§
- Core
Module - The
corestdlib module.