Tests if a queue is of the circular array queue type.
true if the queue is an instance of the generic class CircArrayQueue<T>.
true
CircArrayQueue<T>
Type of the elements of the queue to test.
The IQueue-compliant object to test.
Generated using TypeDoc
Tests if a queue is of the circular array queue type.
Returns
true
if the queue is an instance of the generic classCircArrayQueue<T>
.