@tsdotnet/linq - v1.5.11
    Preparing search index...

    Function repeatSequence

    • Generates a sequence that contains each value in the provided sequence and repeats.

      Type Parameters

      • T

      Parameters

      • sequence: Iterable<T>

        The sequence to repeat.

      • count: number

        The number of times to repeat the sequence.

      Returns Iterable<T>