.MetaModelica.arrayAppend

Appends arr2 to arr1. O(length(arr1) + length(arr2)). Note that this operation is *not* destructive, i.e. a new array is created.

Interface

function arrayAppend<A>
  input array<A> arr1;
  input array<A> arr2;
  output array<A> arr;
end arrayAppend;

Generated at 2025-12-29T19:13:56Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos