count(where:)
Inherited from Sequence.count(where:).
Declaration
func count<E>(where predicate: (Self.Element) throws(E) -> Bool) throws(E) -> Int where E : ErrorInherited from Sequence.count(where:).
func count<E>(where predicate: (Self.Element) throws(E) -> Bool) throws(E) -> Int where E : Error