Ejemplo n.º 1
0
 public ImmSortedMap <TKey, TValue> Produce()
 {
     _lineage = Lineage.Mutable();
     return(_inner.WrapMap(_comparer));
 }