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

add

mutate.array.add

(o T)
 => 
unit
[Redefinition of  container.Mutable_Array.add]
add an element at the end of this array

amortized O(1) but worst case of O(n)
Precondition
Inherited from container.Mutable_Array.add
pre
  safety: is_accessible
0.098dev (GIT hash b44352b4c68decbc58a097b291a1c8f3a5a05486)
last changed: 2026-07-03