Removes and returns the first element in the queue
Time complexity: O(1) Space complexity: O(1)
Adds element to the end of the queue
Time complexity: O(1) Space complexity: O(1)
Overrides the generic toString method
Time complexity: O(n) Space complexity: O(n)
Generated using TypeDoc
Implement the iterable protocol