May 02, 2022 Issues » [Issue 23081] New: align(N) attribute ignored for ClassDeclarations | |||
|---|---|---|---|
| |||
...field; } static assert(AlignedClass.field.offsetof == 2 * size_t.sizeof); // vtbl, monitor static assert(__traits... | |||
May 02, 2022 General » Re: Why is D unpopular? | |||
|---|---|---|---|
| |||
...second with a window size of 1024 according...or that it wasn't believed to be... | |||
May 02, 2022 Announce » Re: Classes in D with betterC | |||
|---|---|---|---|
| |||
...char* name;
immutable uint size;
// etc...
}
struct RTTIAllocator
{
static T** make(T,A...)(A a... | |||
May 01, 2022 Learn » Re: Parameters declared as the alias of a template won't accept the arguments of the same type. | |||
|---|---|---|---|
| |||
...t needed. ```d enum isVector(V) = is(V==MatrixImpl!(S,1,N),S,size_t... | |||
May 01, 2022 Learn » Re: Parameters declared as the alias of a template won't accept the arguments of the same type. | |||
|---|---|---|---|
| |||
...is(V==MatrixImpl!(S,1,N),S,size_t N); @nogc auto dot1(V)(in... | |||
May 01, 2022 General » Re: Why is D unpopular? | |||
|---|---|---|---|
| |||
...the busy programmer doesn't care who invented...himself... However, as the size of the project... | |||
May 01, 2022 General » Re: 'scope' confusion | |||
|---|---|---|---|
| |||
...struct ArrayWrapper(T) {
private T[] inner;
ref inout(T) opIndex(immutable size_t index) inout... | |||
May 01, 2022 Learn » Parameters declared as the alias of a template won't accept the arguments of the same type. | |||
|---|---|---|---|
| |||
...MatrixImpl(S, size_t M, size_t N)
{
}
template Vector(S, size_t N)
{
alias... | |||
April 30, 2022 General » Re: CTFE and Wasm | |||
|---|---|---|---|
| |||
...pure size_t neededSize(size_t a, size_t b)
{ //Whatever...
}
struct SomeTemplateStruct(T)
{ //This... | |||
April 29, 2022 General » Re: Why is D unpopular? | |||
|---|---|---|---|
| |||
From D&E: "The size of this overhead...C++ compilers that didn't use intermediate C... | |||
Copyright © 1999-2021 by the D Language Foundation