Function merge

Source
pub fn merge<T: Ord + Copy>(a: Vec<T>, b: Vec<T>) -> Vec<T>
Expand description

2つのソート済みVecをマージしたVecを返す。