Module mz_timely_util::containers::array

source ·
Expand description

An array of fixed length, allocated from lgalloc if possible.

Structs§

  • A fixed-length region in memory, which is either allocated from heap or lgalloc.