Trait fress::dispatch::Associative [−][src]
pub trait Associative {
fn is_map(&self, prism: AnchoredLine) -> bool { ... }
fn is_set(&self, prism: AnchoredLine) -> bool { ... }
fn contains(&self, prism: AnchoredLine, x: Unit) -> bool { ... }
fn assoc(&self, prism: AnchoredLine, k: Unit, v: Unit) -> (Unit, Unit) { ... }
fn dissoc(&self, prism: AnchoredLine, k: Unit) -> Unit { ... }
}