On Saturday, 22 March 2014 at 13:35:01 UTC, Philippe Sigaud wrote:
On Fri, Mar 21, 2014 at 12:04 PM, Vladimir Panteleev
<vladi...@thecybershadow.net> wrote:
http://blog.thecybershadow.net/2014/03/21/functional-image-processing-in-d/
Some highlights from a recent overhaul of the graphics package
from my D
library. It makes use of a number of D-specific language
features, so I've
tried to make the article accessible to people new to D as
well.
The article is wonderful, very clear and a good introduction to
many D
idioms. I'd like to use your graphics package as well, but I
don't see
any documentation (ddoc, wiki?). Is there some somewhere?
I don't have generated HTML documentation uploaded anywhere at
the moment. However, most declarations are annotated with DDoc
comments, and the unittest blocks work as examples.