Address
public struct Address : Hashable, Sendable
extension DoublyLinkedList.Address: CustomStringConvertible
The address of an element in a doubly linked list.
-
Undocumented
Declaration
Swift
public fileprivate(set) var rawValue: Int { get } -
Undocumented
Declaration
Swift
fileprivate init(_ rawValue: Int) -
Returns whether the element stored at
selfprecedes that stored atotherinlist.Declaration
Swift
public func precedes(_ other: Address, in list: DoublyLinkedList) -> Bool -
Declaration
Swift
public var description: String { get }
View on GitHub