Documentation Language: Swift

Method

count(where:)

Inherited from Sequence.count(where:).

func count<E>(where predicate: (Self.Element) throws(E) -> Bool) throws(E) -> Int where E : Error