Expand description
§Value mesh invariants (VM-*)
- VM-1 (completeness): Every rank in
regionhas exactly one value. Iteration and indexing follow the region’s linearization.
Structs§
- Value
Mesh - A mesh of values, one per rank in
region. - Value
Overlay - A sparse overlay of rank ranges and values, used to assemble or
patch a [
ValueMesh] without materializing per-rank data.
Enums§
- Build
Error - Builder error for overlays (structure only; region bounds are checked at merge time).