Type Alias DistanceMatrix

Source
pub type DistanceMatrix = Vec<Vec<usize>>;

Aliased Typeยง

pub struct DistanceMatrix { /* private fields */ }