Collection
extension Collection
-
Undocumented
Declaration
Swift
public func dropLast(while predicate: (Element) throws -> Bool) rethrows -> SubSequence
-
Undocumented
Declaration
Swift
public func suffix(while predicate: (Element) throws -> Bool) rethrows -> SubSequence