Home
last modified time | relevance | path

Searched refs:ConcatIterator (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs537 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