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