On Wed, 02 Feb 2011 19:00:20 +0300, Andrei Alexandrescu <seewebsiteforem...@erdani.org> wrote:

On 2/2/11 7:07 AM, spir wrote:
On 02/02/2011 09:45 AM, Andrei Alexandrescu wrote:
Following ideas and advice from this newsgroup, I have a draft at

http://d-programming-language.org/cutting-edge/phobos/std_algorithm.html

There are two tables, one with just the names and the other with names
and a
brief description. Let me know of any feedback. Thanks!


Andrei

To avoid the descriptive table taking to much width, as evoked, remove
the category column by:
* Putting category names as "inter-lines" (dunno how to code that in
html, but there's certainly a way to do it).
* Making one table per category (simpler and nicer?).

Denis

Probably one table per category would make for too many tables. How about the separating rows in http://d-programming-language.org/cutting-edge/phobos/std_container.html?

Andrei

It looks great! One thing I don't like is that complexity sometimes gets split into 2 lines with huge spaces before and after asterisk (tested in Opera and Chrome):

nr        *       log
nc

Either increased column width or <nobr> could probably help.

Reply via email to