November 22 Learn » Re: Using a tuple as a function parameter | |||
|---|---|---|---|
| |||
...Type.tupleof). The foreach is actually unrolled at compile time for each field. From one... | |||
November 22 Learn » Re: Using a tuple as a function parameter | |||
|---|---|---|---|
| |||
...already said. `i` has to be known at compile time for this to work, so... | |||
November 22 Learn » Re: Using a tuple as a function parameter | |||
|---|---|---|---|
| |||
...be retrieved with indexes that are known at compile time (integer literals or enum members... | |||
November 22 Learn » Using a tuple as a function parameter | |||
|---|---|---|---|
| |||
...and make that a member function, but at this point I'm mostly just curious... | |||
November 21 Learn » Re: std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...array of anything, and it's not at all type-safe or memory-safe to... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...be able to cast to in @safe at all (unless going straight to size_t... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...that function checks the validity of `p` at runtime, that's not a safe interface... | |||
November 21 Learn » Re: Would this function benefit from functional programming? | |||
|---|---|---|---|
| |||
...seeing your pseudocode. Because when we look at your code, instead of 3 loops, 2... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...that that's what they want. Also, at present, the implicit conversion from a mutable... | |||
November 20 General » Re: Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
Not at the moment. I've asked Razvan to create a project on the DLF... | |||
Copyright © 1999-2021 by the D Language Foundation