Several NCC Updates.

Published July 8, 2026

There's now a possibility to do the following in Nectar:

let import parallel_alloc; // non-const import.
const main() {
  let ptr := 0;
  let sz := 8;
  parallel_alloc(ptr, sz);
}