Tuple

Type Alias Tuple 

Source
pub type Tuple = Vec<usize>;
Expand description

Shorthand for a variable length tuple

Aliased Typeยง

pub struct Tuple { /* private fields */ }