class neko.vm.Deque<T>
Available on neko
function new():Void
function add(i:T):Void
function pop(block:Bool):T
function push(i:T):Void