Type alias IFlatten<TElement>

IFlatten<TElement>: IEnumerable<TElement> | IEnumerable<IFlatten<TElement>>

Represents an iteration that can be flattened.

Type Parameters

  • TElement

Generated using TypeDoc