Function isCircArrayQueue

  • Tests if a queue is of the circular array queue type.

    Returns

    true if the queue is an instance of the generic class CircArrayQueue<T>.

    Type Parameters

    • T

      Type of the elements of the queue to test.

    Parameters

    • queue: IQueue<T>

      The IQueue-compliant object to test.

    Returns queue is CircArrayQueue<T>

Generated using TypeDoc