I have a struct that privately warps an std.container.array. I would like to return a read-only reference of this array, it should not be duplicated. How can I do this?

Cheers, ParticlePeter

Reply via email to