On Monday, 18 January 2016 at 15:15:46 UTC, Dennis Croft wrote:
I'm trying to organize a large amount of simple data into manageable parcels of information that I can access efficiently. What I want to do is bake a static array into a class but be allowed to do the banking at runtime (because I want each array to be a different fixed length). Barring that, I'd like a way to fix the size of a dynamic array so that it's exactly the size I want and no larger behind the scenes.

Anyone know enough about how these things work in D to help me out?

Your description is too abstract for me. Can you give a simple code example illustrating what you're trying to do?

It doesn't need to actually compile; just write it how you want it to work and I'll see if I can translate it into valid D for you.

Reply via email to