LCFSQueue

Type Alias LCFSQueue 

Source
pub type LCFSQueue<T> = Queue<FCFSStrategy, LCFSStrategy, FCFSStrategy, T>;
Expand description

A type synonym for the ordinary LIFO queue, also known as the LCFS (Last Come - First Serviced) queue.

Aliased Typeยง

pub struct LCFSQueue<T> { /* private fields */ }