Am 24.07.2012 05:25, schrieb ReneSac:

I whish there was:

auto foo() {
    return Tuple!("foo", "bar", 1, new Custum());
}

void main() {
    auto (s1, s2, i, c) = foo();
}

Reply via email to