Structures

The following structures are available globally.

  • A class for iterating through a linked List

    See more

    Declaration

    Swift

    public struct LinkedListIterator<T> : IteratorProtocol where T : Equatable