ReadOnlyArrays.jl A wrapper ReadOnlyArray type around AbstractArray that is read-only Installation At the Julia REPL run: using Pkg; Pkg.add("ReadOnlyArrays"). Documentation At the Julia REPL execute: using ReadOnlyArrays, then type ?ReadOnlyArray and press enter to get help.