ZyanVectorInsertRange
ZYCORE_EXPORT ZyanStatus ZyanVectorInsertRange(ZyanVector* vector, ZyanUSize index,
ZYAN_CHECK(ZyanVectorInsertRange(&destination->vector, index, source->string.vector.data,
ZYAN_CHECK(ZyanVectorInsertRange(&destination->vector, destination_index,
return ZyanVectorInsertRange(vector, index, element, 1);