AsyncThrowingPrefixWhileSequence.Element
The type of element produced by this asynchronous sequence.
Declaration
typealias Element = Base.ElementDiscussion
The prefix-while sequence produces whatever type of element its base iterator produces.
The type of element produced by this asynchronous sequence.
typealias Element = Base.ElementThe prefix-while sequence produces whatever type of element its base iterator produces.