Type Definition gcollections::wrappers::vector_deque::DequeFrontBackQueue[][src]

type DequeFrontBackQueue<T> = Queue<VectorDeque<T>, Front, Back>;