empty#
- bamengine.ops.empty(n)[source]#
Create uninitialized array (for performance when values will be overwritten).
- Parameters:
n (
int) – Number of elements.- Returns:
Uninitialized array of n elements.
- Return type:
Notes
Use this when you’re immediately going to fill the array. Values are undefined until assigned.