Search

May 02, 2022
Issues »
...field; }

static assert(AlignedClass.field.offsetof == 2 * size_t.sizeof); // vtbl,
monitor
static assert(__traits...
May 02, 2022
General »
...second with a window size of 1024 according...or that it wasn't believed to be...
May 02, 2022
Announce »
...char* name;
  immutable uint  size;
  // etc...
}

struct RTTIAllocator
{
  static T** make(T,A...)(A a...
May 01, 2022
Learn »
...t needed.


```d
enum isVector(V) = is(V==MatrixImpl!(S,1,N),S,size_t...
May 01, 2022
Learn »
...is(V==MatrixImpl!(S,1,N),S,size_t N);

@nogc
auto dot1(V)(in...
May 01, 2022
General »
...the busy programmer doesn't care who invented...himself...

However, as the size of the project...
May 01, 2022
General »
...struct ArrayWrapper(T) {
	private T[] inner;

	ref inout(T) opIndex(immutable size_t index) inout...
May 01, 2022
Learn »
...MatrixImpl(S, size_t M, size_t N)
    {
    }

    template Vector(S, size_t N)
    {
        alias...
April 30, 2022
General »
...pure size_t neededSize(size_t a, size_t b)
{ //Whatever...
}

struct SomeTemplateStruct(T)
{ //This...
April 29, 2022
General »
From D&E:

"The size of this overhead...C++ compilers that didn't use intermediate C...
92 93 94 95 96 97 98 99 100 101 102 103
Next ›   Last »