March 10, 2020 Issues » [Issue 20653] Short-circuiting boolean logic not working | |||
|---|---|---|---|
| |||
...ip.org> --- it never worked with static ifs. i was pretty sure that it was... | |||
February 27, 2020 Learn » Re: Strange counter-performance in an alternative `decimalLength9` function | |||
|---|---|---|---|
| |||
...high-to-low cascade of early exit ifs aligns with PRNG output. If you aren... | |||
November 12, 2019 Announce » Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser | |||
|---|---|---|---|
| |||
...usually use a hybrid of overloads + static ifs, depending on the case), but it made... | |||
October 31, 2019 Learn » Re: Is there any writeln like functions without GC? | |||
|---|---|---|---|
| |||
...char[] GenStructMemberPrint = "printf(\"%d\", " ~structInstanceName ~ "." ~ memberName ~ ");"; // static ifs can be used to use proper formats... | |||
October 20, 2019 General » Re: A code example that shows why I don't like warnings | |||
|---|---|---|---|
| |||
...in me having to write my static ifs and CTFE functions in a roundabout way... | |||
August 14, 2019 General » Re: Reggae [was Building C++ modules] | |||
|---|---|---|---|
| |||
...context-free. Think, for example, of static ifs or static foreach that generate parts of... | |||
July 27, 2019 General » Re: My Little Dustmite: Bisect is Magic | |||
|---|---|---|---|
| |||
...is not instantiating unless you litter your code with static ifs and pragma( msg )s. | |||
July 27, 2019 General » Re: Optional and orElse: design feedback/critique? | |||
|---|---|---|---|
| |||
...make some improvements by checking (with static ifs) if a delegate is actually needed, or... | |||
July 06, 2019 General » Re: Why MapResult.empty() is not const in Phobos? | |||
|---|---|---|---|
| |||
...of duplicating the function and uses static ifs to determine whether the version that's... | |||
June 14, 2019 General » Re: Can we just have struct inheritence already? | |||
|---|---|---|---|
| |||
...suppose you can do template constraints, static ifs and meta, but honestly I find the... | |||
Copyright © 1999-2021 by the D Language Foundation