allSatisfy(_:)
Inherited from Sequence.allSatisfy(_:).
Declaration
func allSatisfy(_ predicate: (Self.Element) throws -> Bool) rethrows -> BoolInherited from Sequence.allSatisfy(_:).
func allSatisfy(_ predicate: (Self.Element) throws -> Bool) rethrows -> Bool