Expand description
Sequence Parser for Isolation Stacking
Parses space-separated sequences with underscore placeholders for distributing options across isolation levels.
Based on Links Notation conventions and mirrors the JavaScript implementation in js/src/lib/sequence-parser.js.
Structs§
- Isolation
Chain Options - Options for format_isolation_chain
Functions§
- distribute_
option - Distribute a single option value across all isolation levels.
- format_
isolation_ chain - Format isolation chain for display.
- format_
sequence - Format a sequence array back to a space-separated string.
- get_
value_ at_ level - Get the value at a specific level from a distributed option.
- is_
sequence - Check if a string represents a multi-value sequence (contains spaces).
- parse_
sequence - Parse a space-separated sequence with underscore placeholders.
- shift_
sequence - Shift a sequence by removing the first element.