queue (89B)
1 # Queue 2 3 - [circular_buffer] 4 - [priority_queue] 5 6 Up: [data_structure] 7 8 See also: [stack]