June 17, 2021 General » Re: Simplification of @trusted | |||
|---|---|---|---|
| |||
...not just objects from C-code, but nodes in a connected graph. I haven't... | |||
June 14, 2021 General » Re: Iterators and Ranges: Comparing C++ to D to Rust | |||
|---|---|---|---|
| |||
...Oh for sure. Generalizing the relationships that nodes have would be pretty difficult. Trees need... | |||
June 14, 2021 General » Re: Iterators and Ranges: Comparing C++ to D to Rust | |||
|---|---|---|---|
| |||
...an optimization entry that says how many nodes you should move up or down when... | |||
June 12, 2021 General » Re: DIP1000: The return of 'Extend Return Scope Semantics' | |||
|---|---|---|---|
| |||
...you encapsulate it and only allow accessing nodes through `return scope` member functions, then you... | |||
June 11, 2021 Learn » what is the proper syntax to inherit a pair of nested classes using templates ? | |||
|---|---|---|---|
| |||
...child nodes
if (lintResult != 0 && rhs ! is null) { lintResult = rhs.opApply(dg); } /// recursing child nodes... | |||
June 09, 2021 Learn » Re: best approach to code hierarchical classes ? | |||
|---|---|---|---|
| |||
...child nodes
if (lintResult != 0 && rhs ! is null) { lintResult = rhs.opApply(dg); } /// recursing child nodes... | |||
June 08, 2021 Issues » [Issue 22003] New: "Error: unknown, please file report on issues.dlang.org" with SumType/struct mutual recursion | |||
|---|---|---|---|
| |||
...std.sumtype;
struct Choice { Node[] nodes; }
struct Seq { Node[] nodes; }
alias Node = SumType!(
Choice,
Seq... | |||
June 08, 2021 Learn » Re: best approach to code hierarchical classes ? | |||
|---|---|---|---|
| |||
...child nodes
if (lintResult != 0 && rhs ! is null) { lintResult = rhs.opApply(dg); } /// recursing child nodes... | |||
June 08, 2021 Learn » best approach to code hierarchical classes ? | |||
|---|---|---|---|
| |||
...child nodes
if (lintResult != 0 && rhs ! is null) { lintResult = rhs.opApply(dg); } /// recursing child nodes... | |||
June 07, 2021 Learn » Re: is it possible to have a default property for any given class ? | |||
|---|---|---|---|
| |||
...recursing child nodes
if (lintResult != 0 && rhs) { lintResult = rhs.opApply(dg); } /// recursing child nodes
return... | |||
Copyright © 1999-2021 by the D Language Foundation