On Wed, Jul 19, 2017 at 10:32 AM, Edward K. Ream <[email protected]>
wrote:

​A tiny improvement.  others_iterator contains:

    p1 = p.copy().moveToThreadNext()​

You can always replace by:

    p1 = p.threadNext()

because all the getters that *don't* start with "moveTo" leave their
"receiver" position (p, in this example) unchanged and return a new
position.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to