August 03 Issues » [Issue 7616] aggregates don't inherit pure, @nogc, nothrow from outer scope | |||
|---|---|---|---|
| |||
...aggregates don't inherit
|pure nothrow from outer |pure, @nogc, nothrow from
|scope |outer scope
-- | |||
June 06 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
...way for inner layers to refer to outer layers, otherwise you severely limit the capabilities... | |||
May 27 Issues » [Issue 24570] New: printing a range of ranges consumes sub-ranges | |||
|---|---|---|---|
| |||
...that a range-of-ranges where the outer range uses lvalue elements will consume all... | |||
May 27 General » Re: Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...outer range by-ref, it will consume all the inner ranges *but not the outer... | |||
May 27 General » Re: Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...to use foreach to loop through the outer range and print out each inner range... | |||
May 27 General » Printing a range of ranges drains them | |||
|---|---|---|---|
| |||
...by un-reffing the elements of the outer array: `writeln(mdarr.map!(e => e));` So... | |||
May 07 DIP Development » Re: Frist Draft (in this forum): Enum Parameters | |||
|---|---|---|---|
| |||
...to create a nested template with an outer template that takes a tuple for this... | |||
April 26 DIP Ideas » Re: Extending D's support for object-oriented design with private(this) | |||
|---|---|---|---|
| |||
And...
class Outer
{
Inner newInner()
{
return new Inner();
}
class Inner
{
private(this) this() // Error: class... | |||
April 26 DIP Ideas » Re: Extending D's support for object-oriented design with private(this) | |||
|---|---|---|---|
| |||
...choose not to use private(this).
class Outer
{
private(this) int m;
class Inner
{
private... | |||
April 13 Issues » [Issue 24500] New: [REG2.101] Incorrect escape error on scope lazy T... | |||
|---|---|---|---|
| |||
...testcase.d(21): Error: escaping reference to outer local variable `_errStr` Deprecation appeared in dmd... | |||
Copyright © 1999-2021 by the D Language Foundation