On 7/11/14, 4:46 AM, bearophile wrote:
pgtkda:How can i get the number of items which are currently hold in a DList?Try (walkLength is from std.range): mydList[].walkLength Bye, bearophile
So the doubly linked list doesn't know it's length? That seems a bit inefficient...