[snip] However, this could be useful: foo(Variant v ...) { }foo(0); foo("hello"); ... -Steve
You should be able to that with Adam's jsvar module, no? The issue is with
foo(0, "hello");
[snip] However, this could be useful: foo(Variant v ...) { }foo(0); foo("hello"); ... -Steve
You should be able to that with Adam's jsvar module, no? The issue is with
foo(0, "hello");