Re: Which D compiler is the most maintained and future-proof? [DMD GDC and LDC]
I could be interesting to also compare the licenses of the 3 compilers.
Re: Print debug data
``` 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