ReadOnlyArrays.jl

A wrapper type around AbstractArray that is read-only
Author bkamins
Popularity
21 Stars
Updated Last
11 Months Ago
Started In
January 2019

ReadOnlyArrays.jl

Travis Build Status AppVeyor Build status Coverage Status codecov.io

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.

Required Packages