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.097dev (GIT hash 0d8d2fabe31a27a00535b72694bf38cebdbb4cdd)
last changed: 2026-06-19