Package: effect
Module: TArray
Count the values in the array matching a predicate.
Signature
declare const count: { <A>(predicate: Predicate<A>): (self: TArray<A>) => STM.STM<number>; <A>(self: TArray<A>, predicate: Predicate<A>): STM.STM<number>; }
Since v2.0.0