rinde/more_collections

Add more `FromIterator` variants for multimaps

Opened this issue · 0 comments

rinde commented

Add:

  • FromIterator<K,Vec<V>>
  • FromIterator<K,IndexSet<V>>
  • FromIterator<K,HashSet<V>>