doddle
    Preparing search index...

    Function iterate

    • Creates a Seq of items by iterating a projection function.

      Type Parameters

      • T

      Parameters

      • count: number

        Number of items to iterate

      • projection: (index: number) => T | Doddle<T>

        Function that receives the index and returns the item for that index.

      Returns Seq<T>

      A Seq of the generated items.