| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
printToString gets the output string as argument and can be called
recursive with the same output string to format ranges.
|
|
since they can be useful for generic programming.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And fix GCC build.
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|