ArrayRental<T>
Represents array obtained from array pool.
Gets value indicating that this object is empty.
Gets the array element by its index.
Gets length of the rented array.
Gets the memory associated with the rented array.
Gets the rented array.
Gets the span of array elements.
Obtains a new array from array pool.
Obtains a new array from Shared.
Rents the array.
Rents the array.
Sets all elements of the rented array to default value of type T.
Returns the array back to the pool.
Obtains managed pointer to the first element of the rented array.