Collection
extension Collection
-
Returns the suffix from where the
foundfunction/closure first returns trueComplexity
O(self.count).Declaration
Swift
public func takeFrom(indexWhere found: (Iterator.Element) -> Bool) -> SubSequence
View on GitHub
Install in Dash
Collection Extension Reference