1 2 3 4
pub type Id = u32; pub type ArrayNumType = f32; pub type Array = Vec<ArrayNumType>; pub type ArraySlice = [ArrayNumType];