Array utility helpers for the Julia port of the OpenModelica compiler.
A Julia translation of the MetaModelica ArrayUtil module: map, fold,
select, findFirstOnTrue, and friends, operating on Julia Vector{T}
with optional interop to MetaModelica linked lists.
This package is part of the OM.jl suite.
ArrayUtil.jl is registered in the OpenModelicaRegistry. Add it from a Julia REPL:
import Pkg
Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/OpenModelica/OpenModelicaRegistry.git"))
Pkg.add("ArrayUtil")Distributed under the OSMC Public License (OSMC-PL) v1.2 or GPL v3, at the recipient's choice. See LICENSE.md for the full text.