mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
StackList is a very efficient data structure for worklist type things. This is a port of the C++ utility with the same name. Compared to Array, it does not require any memory allocations.