.MetaModelica.arrayCreate

O(size)

Interface

impure function arrayCreate<A>
  input Integer size;
  input A initialValue;
  output array<A> arr;
end arrayCreate;

Generated at 2026-07-17T20:32:01Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos