class zpp_nape.util.ZNPList_ZPP_Vec2

import zpp_nape.util.Lists;

Available on all platforms

Instance Fields

function new():Void

function add(o:ZPP_Vec2):ZPP_Vec2

function at(ind:Int):ZPP_Vec2

function back():ZPP_Vec2

function clear():Void

function empty():Bool

function front():ZPP_Vec2

function has(obj:ZPP_Vec2):Bool

function inlined_clear():Void

function inlined_has(obj:ZPP_Vec2):Bool

function inlined_pop():Void

function pop():Void

function pop_unsafe():ZPP_Vec2

function remove(obj:ZPP_Vec2):Void

function reverse():Void

function size():Int

function try_remove(obj:ZPP_Vec2):Bool