iter-fns - v0.13.0
    Preparing search index...

    Function count

    • Counts how many items are in the iterable.

      Note that this will never use [iterableSize] to determine the count and will always walk over the entire iterable.

      Type Parameters

      • T

        type of the item

      Parameters

      Returns number

      the number of items in the iterable