.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 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos