![]() | coverCoverT Method (IListT, IListT, Int32) |
Namespace: WhetStone.Looping
public static IList<T> Cover<T>( this IList<T> this, IList<T> cover, int start = 0 )
The returned enumerable is as long as this, regardless of cover's length.
The returned IListT is mutability passing (assuming both this, cover are mutable), however, its mutating methods are undefined and untested, and should be considered experimental.