Constructs a ref-counted array from a null reference or with specified length, initialization, and deallocation flags.
array length
Flag, don't initialize memory with default value if false.
Flag, never deallocates memory if false.
Constructs a ref-counted array from a null reference or with specified length, initialization, and deallocation flags.