API Documentation vs Library Reference

Nick Treleaven nick at geany.org
Mon Feb 21 17:07:58 UTC 2022


On Monday, 21 February 2022 at 13:16:39 UTC, Adam D Ruppe wrote:
> http://dpldocs.info/std

I like the search results.

On Android mobile (portrait), the examples scroll horizontally 
but the function signature box doesn't.

I don't like not being able to see all the overload signatures at 
once. There's an ellipsis for a collapsed one that hides some 
parameters.

Personally I'm not keen on putting even each template parameter 
on its own line, often they're v short, T, U. I understand for 
function runtime parameters this can improve readability.

I tend to be less interested in constraints than arguments, yet 
the Phobos constraints often take up more lines than the 
parameters.


More information about the Digitalmars-d mailing list