I just want to check in case I'm wrong...
std.container.array - are these arrays passed by reference?
Harry P via Digitalmars-d-learn Thu, 30 Jul 2015 14:12:11 -0700
I'm trying to avoid the gc so I'm using std.container.array
arrays instead of the standard ones. I know the standard arrays
return by reference so I imagine that the nogc alternative is
also passed by reference because it'd be a struct with a pointer
and a length, yeah?
- std.container.array - are these a... Harry P via Digitalmars-d-learn
- Re: std.container.array - ar... Jonathan M Davis via Digitalmars-d-learn