cc @gankro
I'm in the process of IntoIter-ifying the collections, and I've discovered that the VecMap::into_iter takes a &mut self instead of the convention of into_* consuming the value. It's also marked stable, even though the type itself is marked unstable. Should this instead be a candidate for the drain method discussed in the collection reform trait?