tiny.preserves.SYM_DICT
Defined in symbols.
The label dict of <dict>, the type of a group that matches dictionaries.
Source
Source: lib/preserves/src/symbols.zig:73
zig
/// The label `dict` of `<dict>`, the type of a group that matches dictionaries./// `patternToPreserves` writes it, and `preservePattern` and `preservesToPattern` read it.pub const SYM_DICT = Symbol{ .name = "dict" };Source: lib/preserves/src/root.zig:159
zig
pub const SYM_DICT = symbols.SYM_DICT;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |