Andrei Alexandrescu:

Thanks for this work! Let me provide a little feedback. I'm looking mainly at std.array and std.algorithm.

Compare a page like this:
http://dlang.org/phobos/std_array.html

With the docs of the Prelude module of Haskell:
http://www.haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html

Similarly in the pages of D Phobos docs I'd like each function to have a link to its source, and not just have a single link to the whole module. This allows to find faster the source code of that function.

Bye,
bearophile

Reply via email to