Unofficial wish list status.(Nov 2008)

ore-sama spam at here.lot
Sat Nov 1 04:24:17 PDT 2008


4tuu4k002 at sneakemail.com Wrote:

> 105  Multiple return values (tuples (#28)
> int, int getPoint();
> int a,b;
> a,b = getPoint();

Provided we have lvalue array literals, this can fit to general array operations rules:
int[] getPoint();
int a,b;
[a,b]=getPoint();



More information about the Digitalmars-d mailing list