Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

get

container.expanding.get

(I 
type
:
integer, i I)
 => 
T
get element at index `i`. This can be used to get elements that existed
before the call to `expand` as well as for indices that where initialized
via a call to `put` afterwards.
Precondition
pre
  safety: i64.zero <= i.as_i64 < length+n
  debug: has i

Type Parameters

0.099dev (GIT hash a1331a3dc7ff37424401d3c7d0dba5be1302516f)
last changed: 2026-07-23