let (x,y) = ...

visitor via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Nov 23 12:10:47 PST 2015


On Monday, 23 November 2015 at 18:38:45 UTC, thedeemon wrote:
> let (hello, world)[] = arr;

i think what Andrea Fontana is talking is the other way around
your solution allows
let (hello, world)[] = ["hi"];

Andrea Fontana(s allows
let (hello, world) = ["hi", "there", "!"];


More information about the Digitalmars-d-announce mailing list