June 09, 2021 Learn » Re: best approach to code hierarchical classes ? | |||
|---|---|---|---|
| |||
...last() { return this.outer.items.empty ? null : this.outer.items[this.outer.items.length - 1L... | |||
June 08, 2021 Learn » Re: best approach to code hierarchical classes ? | |||
|---|---|---|---|
| |||
...classComputers`? ./dm.d(53): Error: no property `outer` for type `dmclassescomputer.classComputer` file [dm.d... | |||
June 08, 2021 Learn » best approach to code hierarchical classes ? | |||
|---|---|---|---|
| |||
...foreach(lobjComputer; lobjComputers) { writeln(r"["c ~ lobjComputer.outer.network ~ r" network has "c ~ lobjComputer.name... | |||
May 30, 2021 General » Memory/Allocation attributes for variables | |||
|---|---|---|---|
| |||
...used
@scope(outer) Message cipher = encrypt(key);
// Implicitly defines "cipher" uninitialized in "outer" scope.
// Generates... | |||
May 25, 2021 Issues » [Issue 21975] New: is expression ignores implicit conversion of struct via alias this when pattern matching | |||
|---|---|---|---|
| |||
...static assert(is(Outer!int : Inner!int)); // ok static assert(is(Outer!int : Inner!T... | |||
May 25, 2021 Issues » [Issue 21973] New: importC: AssertError@src/dmd/dsymbolsem.d(4307): Assertion failure | |||
|---|---|---|---|
| |||
...When there are other fields, an ICE occurs.
---
struct outer
{
int field;
struct
{
int nested;
};
};
-- | |||
May 25, 2021 Issues » [Issue 21972] New: importC: Error: no struct-declarator-list for struct with only anonymous struct/union members | |||
|---|---|---|---|
| |||
...have been added to the struct.
---
struct outer
{
struct
{
int nested;
};
};
---
This would suggest the... | |||
May 18, 2021 General » Re: Let's get the semantic around closure fixed. | |||
|---|---|---|---|
| |||
...was "made" from an object in an outer scope that assumes that the inner scope... | |||
May 18, 2021 Issues » [Issue 21929] delegates capture do not respect scoping | |||
|---|---|---|---|
| |||
...become part of the lambda's state (or create an outer lambda which does this). -- | |||
May 15, 2021 Issues » [Issue 21921] New: DDOC: Using only the first function in templates with multiple functions | |||
|---|---|---|---|
| |||
...templates. You get similar behavior with multiple outer templates. The examples below are compiled with... | |||
Copyright © 1999-2021 by the D Language Foundation