.MetaModelica.MetaModelica.Dangerous.listAppendDestroy

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 2025-05-09T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos