Instance Methodswift 6.0.1Swift

    drop(while:)

    func drop(while predicate: (Element) throws -> Bool) rethrows -> AnySequence<Element>

    Other members in extension

    Typealiases

    Type members

    • init<S>(S)

      Creates a new sequence that wraps and forwards operations to base.

    • init<I>(@escaping () -> I)

      Creates a sequence whose makeIterator() method forwards to makeUnderlyingIterator.

    Instance members