.MetaModelica.MetaModelica.Dangerous.listSetRest

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 2026-05-09T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos