[swift-users] Mapping a Dictionary to a Dictionary?

Jens Alfke jens at mooseyard.com
Mon Aug 29 15:36:04 CDT 2016


I may be missing something obvious, but I can’t find a library function that maps a Dictionary to another Dictionary, transforming the keys and/or values. The only method I’ve found is the regular map(), which results in an Array. Does this just not exist in the standard library?

—Jens


More information about the swift-users mailing list