Expand description
Dense multidimensional array: a shape and a flat row-major buffer.
Buffers are either owned or borrowed from foreign memory (Arrow, the
Python buffer protocol) through Buf, which is what makes the data
boundary zero-copy.
Structs§
Enums§
Type Aliases§
- Owner
- Anything that keeps a foreign buffer’s memory alive: the importing side stores its release guards here and the buffer outlives nothing else.