Search

July 25, 2021
Learn »
...auto size = __traits(classInstanceSize, T);
        auto memory = malloc(size)[0..size];
        T t = emplace!(T...
July 23, 2021
Learn »
...void
main() {
    auto size = __traits(classInstanceSize, TestClass);
    auto memory = malloc(size)[0..size];
    TestClass x...
July 23, 2021
Learn »
...memory depending on the size of the string...in chunks it isn't too bad at...
July 22, 2021
Issues »
...string s;
        size_t t = hashOf(s);
    }


    {
        OK!string s;
        size_t t = hashOf(s);
    }
}
```

--
July 21, 2021
Learn »
...pham.db):  // Line# 133
        final DbReadBuffer acquireSocketReadBuffer(size_t capacity = DbDefaultSize.socketReadBufferLength) nothrow @safe
        {
            version...
July 21, 2021
Learn »
...is not initialized

}

struct Vtable{
    size_t offset;
	size_t function(void* ) getId;
}
struct Base...
July 21, 2021
Issues »
...d#L73-L82

---
struct StackBuffer
{
    auto opIndex(size_t i)
    {
        return arr[i];
    }

private:
    void...
July 20, 2021
Learn »
...X
{
    int x(int param);
}

class XImpl(size_t n = 0) : X {
    int x(int...
July 19, 2021
Learn »
Logically speaking, the size of the work unit...a dependency).

I didn't check the implementation...
July 19, 2021
Learn »
...size;
   ulong stx_blocks;
   ulong stx_attributes_mask;
   // 0x40
   timestamp_t stx_atime;
   timestamp_t...
143 144 145 146 147 148 149 150 151 152 153
Next ›   Last »