.MetaModelica.MetaModelica.Dangerous.arrayUpdateNoBoundsChecking

O(1)

Interface

function arrayUpdateNoBoundsChecking<A>
  input array<A> arr;
  input Integer index;
  input A newValue;
  output array<A> newArray;
end arrayUpdateNoBoundsChecking;

Generated at 2026-03-11T19:13:52Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos