Class EquatableArray
Provides methods for creating an EquatableArray<T>.
Namespace: Singulink.Collections
Assembly: Singulink.Collections.dll
Syntax
public static class EquatableArray
Methods
| Name | Description |
|---|---|
| Create<T>(IEnumerable<T>) | Returns an instance of the EquatableArray<T> class from the given collection. |
| Create<T>(ImmutableArray<T>) | Returns an instance of the EquatableArray<T> class from the given collection. |
| Create<T>(params ReadOnlySpan<T>) | Returns an instance of the EquatableArray<T> class from the given collection. |
| Create<T>(params T[]) | Returns an instance of the EquatableArray<T> class from the given collection. |