Interface IArray<T>
An indexed fixed-sized data structure.
Inherited Members
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface IArray<T> : IArray<T, int>, IDataStructure<T>, ISteppable<T>, System.Collections.Generic.IEnumerable<T>
Type Parameters
Name | Description |
---|---|
T | The generic type within the structure. |