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 250922c42fb1dcef5ce7ce89820538f53498ca37)
last changed: 2026-08-14