"lurker" <lurker at lurk.com> wrote in message news:g95e2c$1rbf$1 at digitalmars.com... > > Finding the nth element in a list is linear search. It does not matter > whether you are looking for a value or an index. > In terms of under-the-hood implementation, yes. In terms of input/output interface, no.