Function rustc_ast_lowering::index::insert_vec_map[][src]

fn insert_vec_map<K: Idx, V: Clone>(
    map: &mut IndexVec<K, Option<V>>,
    k: K,
    v: V
)