| Age | Commit message (Collapse) | Author |
|
|
|
- isOutputRange
- popFrontN
- popFrontExactly
- popBackN
- popBackExactly
|
|
|
|
|
|
|
|
|
|
typeid(T).initializer can return an array, whose .ptr is null but the
length not. Assert that .ptr and .length are consistent.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allocation schema is displayed incorrectly in HTML.
Add pre-tag for the schema.
|
|
Replace inline assembly with GAS.
|
|
ddox doesn't recognize "Ditto.".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
format() has full support for sprintf format but is written completely in D.
It is currently internal, since it is not typesafe and uses GC at one place.
After some work the function can be made public.
|
|
Docs for:
* ZipWith
* Min
* Max
Unittests for "Instantiate".
|
|
Documentation follow
|
|
|