new documentation format for std.algorithm

Daniel Gibson metalcaedes at gmail.com
Wed Feb 2 08:24:22 PST 2011


Am 02.02.2011 17:22, schrieb Daniel Gibson:
> Am 02.02.2011 17:20, schrieb Andrei Alexandrescu:
>> On 2/2/11 10:05 AM, Daniel Gibson wrote:
>>> Am 02.02.2011 09:45, schrieb Andrei Alexandrescu:
>>>> 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
>>>
>>> I like it. It's much easier to find the right function.
>>>
>>> I don't understand why cmp, equal, isSorted, ... are in the "Mutations"
>>> category.
>>> It makes sense for bringToFront, initializeAll, swap etc, though.
>>> Maybe a "Analyzation" category would make sense for the former?
>>>
>>> Cheers,
>>> - Daniel
>>
>> That's a mistake; I must have been tired because my plan was to put cmp,
>> equal, isSorted under their own category called "comparison". In fact I
>> could swear I did that, but I can't find that text. I might have cut it
>> and forgot to paste... :o)
>>
>> Will fix a bit later.
>>
>>
>> Andrei
>>
>
> Ok :)
>
> What about min, max and such?

ok, there seems to be no "and such", but I just realized that min and 
max are missing in the upper table.


More information about the Digitalmars-d mailing list