Trait fress::dispatch::Sequential[][src]

pub trait Sequential {
    fn is_sequential(&self, prism: AnchoredLine) -> bool { ... }
fn nth(&self, prism: AnchoredLine, idx: u32) -> *const Unit { ... }
fn nth_set(&self, prism: AnchoredLine, idx: u32, v: Unit) -> Unit { ... }
fn swap_idx(&self, prism: AnchoredLine, i: u32, j: u32) -> Unit { ... } }

Provided methods

Implementors