Stewart's Utility Library Documentation

This is the official reference documentation for Stewart's Utility Library version 0.10.

Previously I used Doxygen to generate documentation.  Though Doxygen generates high quality documentation, it has never come close to supporting D fully.  Although dfilter has in the past been successful at turning D code into something that Doxygen can parse, I can't see any reasonable way to get all the new concepts and syntaxes introduced in D2 handled correctly.

Ddoc is far from perfect, but at least it understands most of D natively.  As such, I have switched to using Ddoc for documentation of my libraries.  If Doxygen catches up in the future, I might switch back to it.  Or I might stick with Ddoc.