August 21 Issues » [Issue 24712] New: Derived outer class reference doesn't work right. | |||
|---|---|---|---|
| |||
...base type, and not as the derived type...new Inner2; } } So, I define a base class... | |||
August 20 General » Outer class reference oddity? | |||
|---|---|---|---|
| |||
...base type, and not as the derived type...new Inner2; } } So, I define a base class... | |||
August 06 Learn » Re: importC with struct name and function conflict | |||
|---|---|---|---|
| |||
...symbol_name to get d define, and the symbol type name is get from ref... | |||
July 02 Learn » need help to get bitoffsetof bitwidth for clang | |||
|---|---|---|---|
| |||
...work: ```c #define offsetof_bit(type, member) ((offsetof(type, member) * 8) + __builtin_ctz(((type *)0... | |||
June 30 Issues » [Issue 24641] New: ImportC: enum typedef before definition is not supported | |||
|---|---|---|---|
| |||
...endif
BL_DEFINE_ENUM(BLObjectType) {
BL_OBJECT_TYPE_RGBA = 0,
BL_OBJECT_TYPE_RGBA32 = 1... | |||
June 27 Learn » SumType extraction | |||
|---|---|---|---|
| |||
...those of a certain type. Rather than having...and use UFCS to define global `is_a... | |||
June 25 DIP Development » Re: [First Draft] Add @gc as a Function Attribute | |||
|---|---|---|---|
| |||
...defaults. We can easily define `default:` and `default...function() @safe) @safe`. The type of the function... | |||
June 14 DIP Development » Re: OT: floats | |||
|---|---|---|---|
| |||
...primitive) operation, i.e. define *f*(*x*) = *x...use that. An interval type (implemented in D... | |||
June 02 DIP Ideas » Re: D Editions | |||
|---|---|---|---|
| |||
...the newer compiler. The type annotations are defined...differences, newer editions *must define* the interactions like... | |||
May 21 DIP Ideas » Template and Type Literals | |||
|---|---|---|---|
| |||
...a type or a template. A type literal...if you had to define and pass the... | |||
Copyright © 1999-2021 by the D Language Foundation