Monthly Archives: August 2014

Dlang: how to get the length of a SList or DList

D language developers decided that those structures are so simple that they should not maintain any kind of state. As a consequence you need to relay on external functions for finding out their length: import std.container; import std.range; import std.stdio; … Continue reading

Posted in Uncategorized | Leave a comment