Expand description
Conditional combinator for multi-way branching
Provides cond - a concatenative alternative to match/case statements.
Uses quotation pairs (predicate + body) evaluated in order until one matches.
Re-exports§
pub use patch_seq_cond as cond;
Functions§
- patch_
seq_ ⚠cond - Multi-way conditional combinator