PosPairs

Type Alias PosPairs 

Source
pub type PosPairs<T> = Vec<(T, T)>;

Aliased Typeยง

pub struct PosPairs<T> { /* private fields */ }