static Steppable iteratorToSteppable(Iterator i) { ret i == null ? null : new Steppable { }