value(at:inPropertyWithKey:)
Retrieves an indexed object from the collection specified by the passed key.
Declaration
func value(at index: Int, inPropertyWithKey key: String) -> Any?Discussion
This actually works with a single-value key as well if index is 0. The method valueIn<Key>AtIndex: is used if it exists.