[][src]Function iterators_rfoxmich::shoes_in_my_size

pub fn shoes_in_my_size(shoes: Vec<Shoe>, shoe_size: u32) -> Vec<Shoe>

shoes_in_my_size

Given a vector of shoes, and a shoe size, returns a vector of shoes that only contains the shoes that match the size.