Skip to content

Collections.Array

Define contiguous array primitives and contracts.

  • Array.Len<T>(T[] values) -> i64
  • Array.Iterate<T>(T[] values) -> ArrayIter<T>
  • Array behavior should stay close to runtime representation.
  • Bounds and safety semantics are language-level guarantees.