Structs

The following structs are available globally.

  • An implementation of Priority Queues as a simple heap structure.

    See more

    Declaration

    Swift

    public struct PriorityHeap<T>: PriorityQueue