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

Function shift

include/Array.h:801–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799 }
800
801 NullType shift()
802 {
803 if (length==0) return null();
804 ELEM_ result = __get(0);
805 RemoveElement(0);
806 return result;
807 }
808
809 String join(String inSeparator) { return ArrayBase::joinArray(this, inSeparator); }
810

Callers 2

Array.hFile · 0.70
PopFrontMethod · 0.50

Calls 2

nullClass · 0.70
__getFunction · 0.70

Tested by

no test coverage detected