tiny.preserves.RestPattern
Defined in tiny.preserves.
The parts of a rest pattern: a slice of patterns for the first items of a sequence and a pointer to one pattern for the items after them.
Source
Source: lib/preserves/src/any.zig:46
zig
/// The parts of a rest pattern: a slice of patterns for the first items of a sequence and a pointer/// to one pattern for the items after them. Code that reads a rest pattern from the root functions/// names its parts with this type. `toText` prints it as `[p1 p2 . rest]`.pub const RestPattern = AnyValue.RestPattern;Source: lib/preserves/src/root.zig:176
zig
pub const RestPattern = any.RestPattern;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |