.MetaModelica.MetaModelica.Dangerous.listSetRest

Information

O(1). A destructive operation changing the "rest" part of a cons-cell.
NOTE: Make sure you do NOT create cycles as infinite lists are not handled well in the compiler.

Interface

function listSetRest<A>
  input list<A> inConsCell "A non-empty list";
  input list<A> inNewRest;
end listSetRest;

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