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

Function unshift

include/cpp/VirtualArray.h:525–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523
524 template<typename T>
525 inline void unshift(const T& inValue)
526 {
527 if (store!=hx::arrayFixed) EnsureStorage(inValue);
528 base->__unshift(inValue);
529 }
530
531 inline void reverse() { checkBase(); if (store!=hx::arrayEmpty) base->__reverse(); }
532

Callers

nothing calls this directly

Calls 1

EnsureStorageFunction · 0.85

Tested by

no test coverage detected