示例#1
0
 public static ImmutableHashSet <T> RemoveWhere <T>(this ImmutableHashSet <T> hashSet, Predicate <T> match) => hashSet.RemoveWhere(match, out _);