factory Array( int length, { int offset = oneIndexedArrayOffset, }) { return _Array<T>(length, offset: offset); }