.MetaModelica.arrayCreate

O(size)

Interface

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

Generated at 2025-03-30T18:24:30Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos