class zpp_nape.util.ZNPList_ZPP_CutInt
import zpp_nape.util.Lists;
Available on all platforms
var head:ZNPNode_ZPP_CutInt
var length:Int
var modified:Bool
var pushmod:Bool
function new():Void
function add(o:ZPP_CutInt):ZPP_CutInt
function addAll(x:ZNPList_ZPP_CutInt):Void
function at(ind:Int):ZPP_CutInt
function back():ZPP_CutInt
function begin():ZNPNode_ZPP_CutInt
function clear():Void
function empty():Bool
function erase(pre:ZNPNode_ZPP_CutInt):ZNPNode_ZPP_CutInt
function front():ZPP_CutInt
function has(obj:ZPP_CutInt):Bool
function inlined_add(o:ZPP_CutInt):ZPP_CutInt
function inlined_clear():Void
function inlined_erase(pre:ZNPNode_ZPP_CutInt):ZNPNode_ZPP_CutInt
function inlined_has(obj:ZPP_CutInt):Bool
function inlined_insert(cur:ZNPNode_ZPP_CutInt, o:ZPP_CutInt):ZNPNode_ZPP_CutInt
function inlined_pop():Void
function inlined_pop_unsafe():ZPP_CutInt
function inlined_remove(obj:ZPP_CutInt):Void
function inlined_try_remove(obj:ZPP_CutInt):Bool
function insert(cur:ZNPNode_ZPP_CutInt, o:ZPP_CutInt):ZNPNode_ZPP_CutInt
function iterator_at(ind:Int):ZNPNode_ZPP_CutInt
function pop():Void
function pop_unsafe():ZPP_CutInt
function remove(obj:ZPP_CutInt):Void
function reverse():Void
function setbegin(i:ZNPNode_ZPP_CutInt):Void
function size():Int
function splice(pre:ZNPNode_ZPP_CutInt, n:Int):ZNPNode_ZPP_CutInt
function try_remove(obj:ZPP_CutInt):Bool