pub type Connectivity<const N: usize> = Vec<[usize; N]>;
pub struct Connectivity<const N: usize> { /* private fields */ }