MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / pop

Function pop

include/Array.h:711–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 return length;
710 }
711 inline NullType pop( )
712 {
713 if (!length) return null();
714 ELEM_ result = __get((int)length-1);
715 resize((int)length-1);
716 return result;
717 }
718
719
720

Callers 1

Array.hFile · 0.70

Calls 3

nullClass · 0.70
__getFunction · 0.70
resizeFunction · 0.70

Tested by

no test coverage detected