August 03, 2022 Issues » [Issue 23140] Array!T where T is a shared class no longer works | |||
|---|---|---|---|
| |||
...noticed the following: While creating an Unshared template (https://forum.dlang.org/post/xigdpyblcgsyaawhywva@forum... | |||
August 03, 2022 Learn » Re: How to cast away shared? | |||
|---|---|---|---|
| |||
There's actually an `Unshared` template for this in `std.traits`, but for some reason... | |||
August 03, 2022 Learn » Re: How to find all modules in a package? | |||
|---|---|---|---|
| |||
...you would have to check if `sym` is a template or function or something else. | |||
August 03, 2022 Learn » Re: A look inside "filter" function defintion | |||
|---|---|---|---|
| |||
...template itself - is compile-time program (parameterizable), it can generate some code for you. template... | |||
August 03, 2022 Learn » Re: A look inside "filter" function defintion | |||
|---|---|---|---|
| |||
...function defined in a template is a static member of that template but not necessarily... | |||
August 02, 2022 Learn » Re: A look inside "filter" function defintion | |||
|---|---|---|---|
| |||
...concept as a static struct that the template is like the struct or - "records" in... | |||
August 02, 2022 Learn » Re: A look inside "filter" function defintion | |||
|---|---|---|---|
| |||
...you get stuck? Maybe this helps: A template can be seen as a static struct... | |||
August 02, 2022 Learn » Re: A look inside "filter" function defintion | |||
|---|---|---|---|
| |||
...If a template contains members whose name is the same as the template identifier then... | |||
August 02, 2022 Learn » Re: Breaking ";" rule with lambda functions | |||
|---|---|---|---|
| |||
...a > 0` in this example is a (template) parameter to `filter` function. You can rewrite... | |||
August 02, 2022 Learn » Re: A look inside "filter" function defintion | |||
|---|---|---|---|
| |||
...https://dlang.org/spec/template.html#implicit_template_properties A template generates code, it cannot... | |||
Copyright © 1999-2021 by the D Language Foundation