Search

August 13
DIP Development »
...null) {
	// type state non-null
} // type state min(initialized, non-null)

var = new int;
// type...
July 24
DIP Development »
...10, signExtend!(b.bitwidth)(b.min), b.max);
//(where b.min/max would be -2...
June 06
General »
...s:"2", i:2};
    const c = int.min; // f2 > f1; onlineapp.d(13): Error: need...
June 02
General »
...to integer casting tend to clamp to min/max representable integers, when the float value...
May 16
General »
...with arrays, it works just fine with min. A user-defined type would have to...
May 16
General »
...be much much much more spefic

is [min(i,$-1)] supported? is [$..0] supported?

the...
May 13
General »
...can put everything together in a 30 min talk. I'll keep you updated on...
March 26
General »
...8 ms, System: 64.7 ms]
  Range (min … max):   443.9 ms … 458...
March 13
Learn »
...max ? ++i : e.min;

    auto opUnary(string op: "--")()
      => i = i > e.min ? --i : e.max...
February 29
DIP Ideas »
...signed) max (unsigned), -1, "WARNING"
5. min: .min, .min_normal, ""

And then define element op...
1 2 3
Next ›   Last »