For example, in pseudo-D:
void foo(K)(K cont, stuff..) {
// Do things with stuff.
cont(things);
}
Is the call `cont(things)' optimized?
For example, in pseudo-D:
void foo(K)(K cont, stuff..) {
// Do things with stuff.
cont(things);
}
Is the call `cont(things)' optimized?