.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 2025-09-14T18:21:10Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos