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