Search

March 31, 2006
Issues »
...I could come up with. If you swap the order of line(10) and line...
March 23, 2006
Announce »
...1] = xl;
xr = xl;            // end of cycle swap
xl = table[s];
}
}

private void setKey(ubyte...
March 21, 2006
General »
...of woe. I'm impressed.
: OVER  SWAP DUP ROT SWAP ;

Georg is right. For me...
March 14, 2006
Issues »
...s in S

}

struct S
{
    int j;

    // swap these to change the type of dlp...
March 10, 2006
General »
...I could name the predicate lessThan and swap its arguments. This is what C++ STL...
March 10, 2006
General »
...be something like:

main -> c.func -> b.swap

The main module imports a, but it...
March 09, 2006
Issues »
...physical RAM + swap. It takes a while to fill all memory (especially the swap partition...
March 09, 2006
General »
...func( inout T t1, inout T t2 )
        {
            swap( t1, t2 );
        }
    }

Main:

    import a;
    import c...
March 09, 2006
General »
...a;
    import b;

    alias a.swap swap;
    alias b.swap swap;

    template func( T )
    {
        void...
March 09, 2006
General »
...s a much smaller need for specialized swap functions.  My only remaining concern is traits...
155 156 157 158 159 160 161 162 163 164 165
Next ›   Last »