September 01, 2021 General » Technique: Trial functions to allow attribute inference for mutually recursive methods | |||
|---|---|---|---|
| |||
...falls back to `@system`. How do we square this circle? We define a "trial function... | |||
August 30, 2021 Issues » [Issue 22250] New: ImportC: Array subscripts do not comply with C standard. | |||
|---|---|---|---|
| |||
...postfix expression followed by an expression in square brackets [] is a subscripted designation of an... | |||
August 17, 2021 Learn » Re: Non-consistent implicit function template specializations | |||
|---|---|---|---|
| |||
...another missing U, this is only a SQUARE 2d-array (both dimensions the same), your... | |||
August 14, 2021 Learn » Re: How to extend the string class to return this inside the square bracket? | |||
|---|---|---|---|
| |||
Very Good!!! This pipe!() is just what I am looking for. Thank you very much!!!! | |||
August 14, 2021 Learn » Re: How to extend the string class to return this inside the square bracket? | |||
|---|---|---|---|
| |||
nice, that's the best alternative. | |||
August 13, 2021 Learn » Re: How to extend the string class to return this inside the square bracket? | |||
|---|---|---|---|
| |||
[...] In the above example, what all those indexOf calls really want to say is, "give... | |||
August 13, 2021 Learn » Re: How to extend the string class to return this inside the square bracket? | |||
|---|---|---|---|
| |||
Operator overloading is only available to custom types (structs or classes), and not to arrays... | |||
August 13, 2021 Learn » Re: How to extend the string class to return this inside the square bracket? | |||
|---|---|---|---|
| |||
import std;
class None {}
// Function slice()
auto slice(T1, T2, T3 = None)(T1 conteudo, T2... | |||
August 13, 2021 Learn » Re: How to extend the string class to return this inside the square bracket? | |||
|---|---|---|---|
| |||
On 8/13/21 4:23 PM, Marcone wrote: > string x = "Hello World!"; > writeln(x... | |||
August 13, 2021 Learn » Re: How to extend the string class to return this inside the square bracket? | |||
|---|---|---|---|
| |||
You can use the `pipe` function to bind an arbitrary expression to a variable: ```d... | |||
Copyright © 1999-2021 by the D Language Foundation