[Swift-devel] Can't initialize and map in same var declaration?

Michael Wilde wilde at mcs.anl.gov
Wed Feb 4 22:39:17 CST 2009


I'd like to say:

   file f <"t.out"> = t(a);

but instead need to say:

   file f <"t.out">; f = t(a);

Should the first form work, or should we document that its not permitted?

A very minor issue.



More information about the Swift-devel mailing list