next()
Advances to the next element and returns it, or nil if no next element exists.
Declaration
mutating func next() -> (any Markup)?Advances to the next element and returns it, or nil if no next element exists.
mutating func next() -> (any Markup)?