tiny.preserves.null_val
Defined in tiny.preserves.
Makes the symbol null, which the JSON codec reads and writes as JSON null.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |