WeakArray
public struct WeakArray<Element> where Element : AnyObject
extension WeakArray: Collection
Undocumented
-
Undocumented
Declaration
Swift
public init(_ elements: [Element])
-
Declaration
Swift
public var startIndex: Int { get }
-
Declaration
Swift
public var endIndex: Int { get }
-
Declaration
Swift
public subscript(index: Int) -> Element? { get }
-
Declaration
Swift
public func index(after idx: Int) -> Int