x) Consolidate imports for Immutable collections x) Wrap metadata into its own struct x) Update type constraints for generic methods
10 lines
333 B
C#
10 lines
333 B
C#
|
|
|
|
global using Imm = System.Collections.Immutable;
|
|
global using II = System.Collections.Immutable.ImmutableInterlocked;
|
|
|
|
global using ImmArray = System.Collections.Immutable.ImmutableArray;
|
|
global using ImmDict = System.Collections.Immutable.ImmutableDictionary;
|
|
global using ImmSet = System.Collections.Immutable.ImmutableHashSet;
|
|
|