builtins

API Reference

Builtins

builtin Bool

A Boolean truth value with the two values true and false.

builtin Byte

An unsigned 8-bit integer used for raw bytes and UTF-8 storage.

builtin Float

A 64-bit IEEE 754 floating-point value.

builtin Int

A signed 64-bit integer.

builtin Never

The uninhabited type of computations that cannot return normally.

builtin RawPtr

An opaque machine pointer for unsafe memory operations.

builtin Void

The unit type, also spelled ().