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