| 542 | bool IsByteArray() const { checkBase(); return store!=hx::arrayEmpty && base->IsByteArray(); } |
| 543 | |
| 544 | void zero(Dynamic inFirst, Dynamic inCount) { checkBase(); if (store!=hx::arrayEmpty) base->zero(inFirst,inCount); } |
| 545 | |
| 546 | inline int memcmp(VirtualArray inOther) |
| 547 | { |