.MetaModelica.MetaModelica.Dangerous.listAppendDestroy

Information

O(listLength(lstFirstDestroyed))

Interface

function listAppendDestroy<A>
  input list<A> lstFirstDestroyed "this list will be destroyed, the end of this list will be set to the second list";
  input list<A> lstSecondKept "this list is not touched";
  output list<A> lstFirstDestroyedReturned;
end listAppendDestroy;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos