EntityCollection
public struct EntityCollection<T> : RandomAccessCollection where T : NSManagedObject
Light-weight wrapper around an NSOrderedSet that provides typed and indexed access to the contents.
-
Declaration
Swift
public var count: Int { get } -
Declaration
Swift
public var startIndex: Int { get } -
Declaration
Swift
public var endIndex: Int { get } -
Undocumented
Declaration
Swift
public init(_ source: NSOrderedSet) -
Declaration
Swift
public subscript(index: Int) -> T { get }
View on GitHub
EntityCollection Structure Reference