Searched refs:ConcatIterator (Results 1 – 1 of 1) sorted by relevance
537 return ConcatIterator(element, source, false); in Append()550 return ConcatIterator(head, tail, true); in Prepend()553 private static IEnumerable<T> ConcatIterator<T>(T[] extraElements, in ConcatIterator() method in Antmicro.Renode.Utilities.Misc