Classes

The following classes are available globally.

  • An elementary example of a singly linked list

    See more

    Declaration

    Swift

    public final class LinkedList<T> where T : Equatable