Queue

public class Queue<T> where T : Equatable

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