[][src]Function veho::entries::wind

pub fn wind<KI, VI>(keys: KI, values: VI) -> HashMap<KI::Item, VI::Item> where
    KI: IntoIterator,
    VI: IntoIterator,
    KI::Item: Hash + Eq