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

    Function repeat

    • Generates a sequence that contains one repeated value.

      Type Parameters

      • T

      Parameters

      • entry: T
      • count: number

        The number of times to repeat.

      Returns Iterable<T>