March 31, 2006 Issues » [Bug 77] New: After a compile error occurs, all template instances fail | |||
|---|---|---|---|
| |||
...I could come up with. If you swap the order of line(10) and line... | |||
March 23, 2006 Announce » blowfish | |||
|---|---|---|---|
| |||
...1] = xl; xr = xl; // end of cycle swap xl = table[s]; } } private void setKey(ubyte... | |||
March 21, 2006 General » Re: D vs Java | |||
|---|---|---|---|
| |||
...of woe. I'm impressed. : OVER SWAP DUP ROT SWAP ; Georg is right. For me... | |||
March 14, 2006 Issues » [Bug 52] New: ambiguous function pointer silently excepted | |||
|---|---|---|---|
| |||
...s in S
}
struct S
{
int j;
// swap these to change the type of dlp... | |||
March 10, 2006 General » Re: std.array suggestion | |||
|---|---|---|---|
| |||
...I could name the predicate lessThan and swap its arguments. This is what C++ STL... | |||
March 10, 2006 General » Re: Function overloading concern | |||
|---|---|---|---|
| |||
...be something like: main -> c.func -> b.swap The main module imports a, but it... | |||
March 09, 2006 Issues » Re: Documentation bugs | |||
|---|---|---|---|
| |||
...physical RAM + swap. It takes a while to fill all memory (especially the swap partition... | |||
March 09, 2006 General » Re: Function overloading concern | |||
|---|---|---|---|
| |||
...func( inout T t1, inout T t2 )
{
swap( t1, t2 );
}
}
Main:
import a;
import c... | |||
March 09, 2006 General » Re: Function overloading concern | |||
|---|---|---|---|
| |||
...a;
import b;
alias a.swap swap;
alias b.swap swap;
template func( T )
{
void... | |||
March 09, 2006 General » Re: Function overloading concern | |||
|---|---|---|---|
| |||
...s a much smaller need for specialized swap functions. My only remaining concern is traits... | |||
Copyright © 1999-2021 by the D Language Foundation