movePreviousWhile

inline fun EventIterator.movePreviousWhile(predicate: EventIterator.() -> Boolean)

Moves the EventIterator to the previous, while the predicate is valid.