.MetaModelica.listAppend

Information

O(length(lst1)), O(1) if either list is empty

Interface

function listAppend<A>
  input List<A> lst1;
  input List<A> lst2 = {};
  output List<A> lst;
end listAppend;

Generated at 2024-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos