How do you pass in a static array by reference?
Enjoys Math via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Feb 7 21:59:43 PST 2016
I have several class members:
Arc[4] arcs;
Arc[4] arcs_2;
and Id like to initialize them with the same function, so how do
I "pass them in" by reference?
More information about the Digitalmars-d-learn
mailing list