class cpp.vm.Deque<T>

Instance Fields

function new(): Void

function add(i:T): Void

function pop(block:Bool): Null<T>