Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
»

put

container.expanding.put

(i i32, v container.expanding.T)
 => 
unit
set element at index `i` to `v`.

`i` must be in the range of indices of the newly added entries.

`put` must be called for all indices of newly added entries.
0.094dev (2025-07-10 15:41:47 GIT hash eafa42ae743de61b62f958948d7abb5fada7756f built by fridi@fzen)