Skip to main content

Module stdlib

Module stdlib 

Source
Expand description

Floe standard library — built-in functions known to the compiler.

These functions exist only at compile time. The checker uses them for type checking, and the codegen inlines them as vanilla TypeScript. No runtime dependency is emitted.

Structs§

StdlibFn
A standard library function definition.
StdlibRegistry
Registry of all standard library functions.