Anyone know enough about how these things work in D to help me out?
Static Arrays in Structs/Classes and Dynamic Array Sizes
Dennis Croft via Digitalmars-d-learn Mon, 18 Jan 2016 07:21:07 -0800
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.
- Static Arrays in Structs/Classes and ... Dennis Croft via Digitalmars-d-learn
- Re: Static Arrays in Structs/Cla... tsbockman via Digitalmars-d-learn
- Re: Static Arrays in Structs/Cla... Marc Schütz via Digitalmars-d-learn