EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
LinkedList.Node
CLASS
LinkedList.Node
Swift
1public class NodeProperties
value
Swift
1public let value: Tprevious
Swift
1public fileprivate(set) weak var previous: Node?next
Swift
1public fileprivate(set) var next: Node?