pub type Tuple = Vec<usize>;
Shorthand for a variable length tuple
pub struct Tuple { /* private fields */ }