Search

May 16
General »
...brackets, and since the result is just size_t with arrays, it works just fine...
May 16
General »
...to provide a one size fits all solution...graphemes. But it won't be the default...
May 16
DIP Ideas »
...key");
        return 0;
    }
    int opApply(int delegate(size_t, ref int) callback)
    {
        writeln("with key...
May 16
DIP Ideas »
...T[$]`. To infer the size, any `return expression;` is treated as if `return cast(T...
May 16
General »
...doesn't seem too attractive and hasn't...much higher overall bundle size. So we extracted...
May 15
DIP Ideas »
...v;strangecounter(0,10))` would compile
`foreach(size_t k,v;strangecounter(0,10))` would...
May 14
DIP Ideas »
...that returns -1 for an index with size_t (e.g. some of the Phobos...
May 14
DIP Ideas »
...assume by "changing the size of the type...cases where it won't work: templates, because...
May 14
Announce »
...couldn't figure out. He didn't know...string expressions to include size 8 so that...
May 13
Learn »
...LIFO(T)
{
  T * element;
  size_t length, size;
  this(size_t s) {
    element = cast(T...
9 10 11 12 13 14 15 16 17 18 19 20
Next ›   Last »