```

import std.stdio:writeln;
import core.memory;
void main(){
        ulong a=GC.Stats.freeSize;
        writeln(a);
}

```

returns error:
Error: need this for freeSize of type ulong

Reply via email to