Addresses
public struct Addresses : @unchecked Sendable
extension DoublyLinkedList.Addresses: BidirectionalCollection
A collection with the addresses of a doubly-linked list.
-
Undocumented
Declaration
Swift
private let base_: DoublyLinkedList.Indices -
Undocumented
Declaration
Swift
private let lock: NSLock -
Undocumented
Declaration
Swift
fileprivate init(_ base: DoublyLinkedList) -
Undocumented
Declaration
Swift
public var base: DoublyLinkedList.Indices { get } -
Declaration
Swift
public typealias Index = DoublyLinkedList.Indices.Index -
Declaration
Swift
public typealias Element = DoublyLinkedList.Address -
Declaration
Swift
public var startIndex: Index { get } -
Declaration
Swift
public var endIndex: Index { get } -
-
-
Declaration
Swift
public subscript(position: Index) -> DoublyLinkedList.Address { get }
View on GitHub