Structures
The following structures are available globally.
-
A class for iterating through a linked List
See moreDeclaration
Swift
public struct LinkedListIterator<T> : IteratorProtocol where T : Equatable
Docs (100% documented)
The following structures are available globally.
A class for iterating through a linked List
See moreSwift
public struct LinkedListIterator<T> : IteratorProtocol where T : Equatable