Current size of GC memory
Sean Kelly
sean at invisibleduck.org
Tue Nov 5 18:40:03 PST 2013
On Tuesday, 5 November 2013 at 20:19:03 UTC, Namespace wrote:
>
> And what is with the return type? It's a struct. You must
> import it.
You don't have to import it. The layout of the struct isn't
going to change any time soon. Just copy/paste the definition
into your code. Or import it if you want. It's just that the
original definition of this stuff is in a portion of Druntime
that was never intended to be published to a location where the
module could be imported by users.
More information about the Digitalmars-d-learn
mailing list