Type Definition recoreco::types::DenseVector

source ·
pub type DenseVector = Vec<u32>;
Expand description

32 bit integer vector, backed by a Vec<u32>