Search

April 06, 2011
General »
...it is persistent auto win = new DrawableWindow(width, height);

// still use an image the same...
April 06, 2011
General »
...Image!(255, 255);

    foreach(a; 0..image.width)
    foreach(b; 0..image.height)
        image.fast...
April 04, 2011
General »
...improved to window.title = "Find"; w=window.width; Etc, etc.

The use of properties, delegates...
April 02, 2011
Announce »
...are handles in JS, or what the "width" and "height" attributes refer to.

I just...
March 31, 2011
Learn »
...Box(T, size_t width, size_t height){
>
> alias width width_;
> alias height height_;
>
> //do...
March 30, 2011
Learn »
...Box(T, size_t width, size_t height){

alias width width_;
alias height height_;

//do...
March 26, 2011
Learn »
...lastValue; // the first dollar should resolve to "width", the second to "height"

Now speaking of...
March 22, 2011
General »
...much more generally useful and the fixed width one would mostly add clutter.

BTW, does...
March 21, 2011
General »
...you're doing with regard to overflow, you could used fixed width as an optimization.
March 21, 2011
General »
...possibly overflows in the case of fixed width integers) for the denominator in this case?
111 112 113 114 115 116 117 118 119 120 121
Next ›   Last »