easy_queue 0.0.3 copy "easy_queue: ^0.0.3" to clipboard
easy_queue: ^0.0.3 copied to clipboard

Easy Queue

Feature building with FIFO mechanism

Features #

limited queue and unlimited queue

Feature building with FIFO . mechanism

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

 Queue  queue = Queue<T>();
 queue.push(T);
 T result = queue.pop();