swift-nio/Sources/_NIODataStructures
David Nadoba c7b4989b02
Remove `#if compiler(>=5.5)` (#2292)
### Motivation
We only support Swift 5.5.2+.

### Modification
Remove all `#if swift(>=5.5)` conditional compilation blocks.

### Result
less branching
2022-10-13 07:17:46 -07:00
..
Heap.swift Remove `#if compiler(>=5.5)` (#2292) 2022-10-13 07:17:46 -07:00
PriorityQueue.swift Remove `#if compiler(>=5.5)` (#2292) 2022-10-13 07:17:46 -07:00