Skip to content

Collections.List

Dynamic sequence abstraction built on contiguous storage.

  • List<T>.Add(T value) -> unit
  • List<T>.Count() -> i64
  • List<T>.Get(i64 index) -> T
  • Reserve/capacity controls should be explicit.
  • Query integration should be allocation-aware.