Skip to main content

Association

Type Alias Association 

Source
pub type Association = Vec<RuleEntry>;
Expand description

Wolfram Language <|...|> — an ordered list of RuleEntry.

A plain type alias for Vec<RuleEntry>. Insertion order is preserved. No map-style lookup is exposed; iterate to find an entry by key.

Aliased Type§

pub struct Association { /* private fields */ }