Skip to main content

new_history

Function new_history 

Source
fn new_history<T>(size: usize) -> VecDeque<T>
where T: Default + Copy,