[][src]Function frank::fetch_fast

pub fn fetch_fast<T: Clone>(vector: &Vec<T>, picks: &Vec<usize>) -> Vec<T>

fetch_fast has no slow branching if-then checks on index values, it just returns what it is asked to and terminates program if out of index.