On Fri, Jul 31, 2020 at 11:55 AM Wes Turner <wes.turner@gmail.com> wrote:+1 on (lazy) Sequence views optimized for sequential reads and random access (which hide the dict implementation which varies across which platforms?)I'm somewhat indifferent on the name:# Sequence views names:## method() -> Sequence- orderedkeys(), orderedvalues(), ordereditems()- okeys(), ovalues(), oitems()- keys(), keysordered(), values(), valuesordered(), items(), itemsordered()- What does this do with tab-completion?Perhaps add these to the list of possibilities also....?keyseq(), valueseq(), itemseq()--Ricky."I've never met a Kentucky man who wasn't either thinking about going home or actually going home." - Happy Chandler