Queue

public class Queue<T>

Implements a queue - helper class that uses an array internally.

Available where T: Equatable