[Swift-user] What system calls do the mappers use?

Mihael Hategan hategan at mcs.anl.gov
Wed Mar 20 15:58:22 CDT 2013


On Wed, 2013-03-20 at 15:43 -0500, Lorenzo Pesce wrote:
> Can one make hashes of arrays in or arrays of arrays of different sizes in swift?
> e.g., and array of an array type of variable size?

Yes. Arrays are dynamic and sparse (internally they are stored as
hashtables).

Mihael




More information about the Swift-user mailing list