Search

August 03, 2013
Issues »
...int len = r.walkLength;
    return r.cycle.drop(n >= 0 ? n : len + n).take(len...
August 03, 2013
Issues »
...Foo[]()

{

return (cast(Foo*)(*this._data).arr)[len..len + 1u];

}

()[0u] Foo with immutable members...
July 30, 2013
Announce »
...len = aa->b_length;
        if (len == 4)
            i = (size_t)key & 3;
        else if (len...
July 22, 2013
General »
...Array(T) { T* ptr; private size_t len; ... }
    This code will only be visible to...
July 22, 2013
Learn »
...max);
	int len = cast(int)s.length;
	for (int i=0; i < len-1; i...
July 16, 2013
Learn »
...128
    if (len > LIBIDMAX)
    {
        // Attempt to compress the name
        name2 = id_compress(name, len);
 // snip...
July 15, 2013
Learn »
...u)
{
    immutable len = arr.length;
    arr.ptr[len] = u;
    arr = arr[0 .. len + 1];
}
//----
void...
July 09, 2013
GDC »
...nothrow @safe int __builtin_va_arg_pack_len();
        extern pure nothrow @safe ulong __builtin_object...
July 05, 2013
General »
...it packs 2 pointers (pair: ptr, ptr+len), modeling the region in between.
No matter...
June 30, 2013
Issues »
...override size_t write (size_t len)
        {
                return len;
        }
}
~~~

Compile and link those two files...
57 58 59 60 61 62 63 64 65 66 67 68
Next ›   Last »