Double ended arrays?

Chirs Forest CF at chrisforest.com
Sat Oct 7 07:38:47 UTC 2017


I have some data that I want to store in a dynamic 2d array... 
I'd like to be able to add elements to the front of the array and 
access those elements with negative integers as well as add 
numbers to the back that I'd acess normally with positive 
integers. Is this something I can do, or do I have to build a 
container to handle what I want?


More information about the Digitalmars-d-learn mailing list