Show / Hide Table of Contents

Interface IArray<T>

An indexed fixed-sized data structure.

Inherited Members
IArray<T, Int32>.Item[Int32]
IArray<T, Int32>.Length
IDataStructure<T>.ToArray()
ISteppable<T>.StepperBreak<TStep>(TStep)
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.

Extension Methods

Steppable.Stepper<T>(ISteppable<T>, Action<T>)
Steppable.Stepper<T, TStep>(ISteppable<T>, TStep)
Steppable.StepperBreak<T>(ISteppable<T>, Func<T, StepStatus>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX