August 13 DIP Development » Re: Null-checked reference types | |||
|---|---|---|---|
| |||
...null) {
// type state non-null
} // type state min(initialized, non-null)
var = new int;
// type... | |||
July 24 DIP Development » Re: third draft: add bitfields to D | |||
|---|---|---|---|
| |||
...10, signExtend!(b.bitwidth)(b.min), b.max); //(where b.min/max would be -2... | |||
June 06 General » Re: Object.toString, toHash, opCmp, opEquals | |||
|---|---|---|---|
| |||
...s:"2", i:2};
const c = int.min; // f2 > f1; onlineapp.d(13): Error: need... | |||
June 02 General » Re: dmd Arm64 - first function compile! | |||
|---|---|---|---|
| |||
...to integer casting tend to clamp to min/max representable integers, when the float value... | |||
May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...with arrays, it works just fine with min. A user-defined type would have to... | |||
May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...be much much much more spefic is [min(i,$-1)] supported? is [$..0] supported? the... | |||
May 13 General » Re: Talk on D at DORS/CLUC | |||
|---|---|---|---|
| |||
...can put everything together in a 30 min talk. I'll keep you updated on... | |||
March 26 General » 18% faster build time when using DMD with mimalloc! | |||
|---|---|---|---|
| |||
...8 ms, System: 64.7 ms] Range (min … max): 443.9 ms … 458... | |||
March 13 Learn » Re: Challenge: Make a data type for holding one of 8 directions allowing increment and overflow | |||
|---|---|---|---|
| |||
...max ? ++i : e.min;
auto opUnary(string op: "--")()
=> i = i > e.min ? --i : e.max... | |||
February 29 DIP Ideas » Standardize base types for metaprogramming | |||
|---|---|---|---|
| |||
...signed) max (unsigned), -1, "WARNING" 5. min: .min, .min_normal, "" And then define element op... | |||
Copyright © 1999-2021 by the D Language Foundation