Function _count

  • count the number of items in a sequence (that optionally satisfy a predicate)

    Type Parameters

    • T

    Parameters

    • src: Iterable<T>

      source sequence

    • pred: IndexedPredicate<T> = ...

      optional predicate function to indicate which values should be included in the count

    Returns number

Generated using TypeDoc