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();

Libraries

easy_queue