Sequence
extension Sequence
-
Undocumented
Declaration
Swift
@inline(__always) public func suffix(while predicate: (Element) throws -> Bool) rethrows -> ArraySlice<Element>
-
Undocumented
Declaration
Swift
@inline(__always) public func dropLast(while predicate: (Element) throws -> Bool) rethrows -> ArraySlice<Element>