Type Alias Pairs

Source
pub type Pairs<T> = Vec<(T, T)>;
Expand description

ペアのベクタ型

Aliased Type§

pub struct Pairs<T> { /* private fields */ }