Closed dadhi closed 5 years ago
public static ImMap<T> GetOrAdd<T>( this ImMap<T> map, int key, out T value ) where T : class, new() {}
Ended up with AddOrKeep method. Returning out value is as perf hit :/
out value