tiny.preserves.isNull
Defined in tiny.preserves.
Returns whether v is the symbol null, compared byte for byte.
Source
Source: lib/preserves/src/any.zig:239
zig
/// Returns whether `v` is the symbol `null`, compared byte for byte. Code that reads JSON-shaped/// data calls it to recognize JSON `null`.pub fn isNull(v: AnyValue) bool { return predicates.isNull(embedded_mod.AnyEmbedded, v);}Source: lib/preserves/src/root.zig:210
zig
pub const isNull = any.isNull;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |