Skip to documentation
SLOP

tiny.preserves.null_val

Reference tiny.preserves null_val

Defined in tiny.preserves.

Makes the symbol null, which the JSON codec reads and writes as JSON null.

No direct callersNo direct callstiny.preservesnull val
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/preserves/src/any.zig:152

zig
/// Makes the symbol `null`, which the JSON codec reads and writes as JSON `null`. Code that builds/// values for that codec calls it. The symbol's bytes are a constant of the package. `Value.deinit`/// would free those constant bytes, so the value goes to `freeValue` or `freeValueDeep`.pub const null_val = any_constructors.null_val;

Source: lib/preserves/src/root.zig:195

zig
pub const null_val = any.null_val;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433