[][src]Function preserves::value::invert_map

pub fn invert_map<A, B>(m: &Map<A, B>) -> Map<B, A> where
    A: Clone,
    B: Clone + Ord