Function makeArrayOrPanic
Allocates a T[] of count elements from the region, panicking on failure.
Modelled after
std with an OOM-panic policy.
Parameters
| Name | Description |
|---|---|
| a | the region to allocate from |
| count | number of elements |
Returns
A T[] slice backed by the region.