.MetaModelica.arrayAppend

Information

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 2024-12-21T19:25:56Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos