Doc Comments / Phobos /
Std Gc
std.gc
Comments
Add your comments here...
Q: When will the garbage collector implementation be documented?
A: In some sense it is written in src/phobos/internal/gc/gcx.d (it would be nice, though, to have an overview). But actually the code isn't hard to follow so if you are curious I wouldn't hesitate to look there.
(from NG:digitalmars.D/13411)
Links
- See the corresponding page in the D Specification: DigitalMars:d/phobos/std_gc.html
- GCW: Garbage Collection Workgroup
- DocComments/Garbage