mutableOrderedSetValue(forKeyPath:)
Returns a mutable ordered set that provides read-write access to the uniquing ordered to-many relationship specified by a given key path.
Declaration
func mutableOrderedSetValue(forKeyPath keyPath: String) -> NSMutableOrderedSetParameters
- keyPath:
A key path, relative to the receiver, to a uniquing ordered to-many relationship represented by a set.
Return Value
A mutable ordered set that provides read-write access to the uniquing to-many relationship specified by keyPath.
Discussion
See mutableOrderedSetValue(forKey:) for additional details.