On Wednesday, 9 January 2013 at 13:42:52 UTC, MrOrdinaire wrote:
Hi,In Go, I can just install the documentation and later consult it using the godoc command, e.g. `godoc fmt Println` would give the documentation for the Println Function inside the fmt package.Is there anything like that for D? Thanks, Minh
dman: https://github.com/D-Programming-Language/tools/blob/master/dman.d
