isNoThrow(alias F);| F | Function that does not take any parameters |
isPostblitNoThrow(T)| T | Type to check |
__arrayAlloc(T)(size_tarrSize);size_tarrSize | size of the allocated array in bytes |
newCapacity(size_tnewlength, size_telemsize);newlength,compute a new capacity.size_tnewlength | new.length |
size_telemsize | size of the element in the new array |