• Returns a new iterator of triplets (tuples) of the values in input. The number of triplets will always be two fewer than the number of values in this iterator. Will be empty if input has fewer than three values.

    Type Parameters

    • T

    Parameters

    Returns IterableIterator<[T, T, T]>