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: 0 <= i.as_i64 < length+n
  debug: has i

Type Parameters

0.099dev (GIT hash 02118e9cbed77f3897084a4a507da3f11ac8881e)
last changed: 2026-09-02