Skip to documentation
SLOP

tiny.preserves.SYM_DICT

Reference tiny.preserves SYM_DICT

Defined in symbols.

The label dict of <dict>, the type of a group that matches dictionaries.

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

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433