Is it possible to key-value code (KVC) with native Swift data structures such as Array and Dictionary? Key-Value coding is still available for NSFoundation structures within
I've found this:
var array = swiftarray.map({$0["key.path"]! as ObjectType})