Skip to documentation
SLOP

tiny.preserves.SYM_NULL

Reference tiny.preserves SYM_NULL

Defined in symbols.

The symbol null, the value the package uses for JSON's null.

No direct callersNo direct callssymbolsSYM NULL
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/preserves/src/symbols.zig:48

zig
/// The symbol `null`, the value the package uses for JSON's null. `null_val` returns it, the JSON/// decoder makes it from JSON null, and `isNull` matches it.pub const SYM_NULL = Symbol{ .name = "null" };

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

zig
pub const SYM_NULL = symbols.SYM_NULL;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433