Option.opApplyReverse

Reverse iteration is exactly the same as forward iteration.

struct Option(T)
alias opApplyReverse = opApply

Meta