code wiki / bounds

topic: bounds

4 modules sharing the bounds name family (derived from the tree's prefix discipline).

moduledescriptionlinesfuncs
nx_bounds_bad_r.nxOOB constant READ on a fixed array -> must be a COMPILE ERROR (fixed-array index >= size).81
nx_bounds_bad_w.nxOOB constant WRITE on a fixed array -> must be a COMPILE ERROR (fixed-array index >= size).81
nx_bounds_ok.nxin-bounds fixed-array access + runtime index must still build+run. Expect BOUNDS_OK.141
nx_bounds_perf.nxthe COST side of the spatial-safety rung.401