[julia-users] Re: Writable arrays

2016-07-12 Thread Jeffrey Sarnoff
right you are .. Clearly, another avenue is appropriate in July-2016 [According to the roadmap, becoming optionally mutable is a planned change.] Thank you for picking up that oversight/underlook. On Tuesday, July 12, 2016 at 10:12:59 AM UTC-4, jw3126 wrote: > > I think FixedSizeArrays are

[julia-users] Re: Writable arrays

2016-07-12 Thread jw3126
I think FixedSizeArrays are immutable. On Tuesday, July 12, 2016 at 2:09:30 PM UTC+2, Jeffrey Sarnoff wrote: > > If your arrays keep their shape and dimensionality, the FixedSizeArrays > package is > worthwhile. > > On Wednesday, June 15,

[julia-users] Re: Writable arrays

2016-07-12 Thread Jeffrey Sarnoff
If your arrays keep their shape and dimensionality, the FixedSizeArrays package is worthwhile. On Wednesday, June 15, 2016 at 1:41:38 PM UTC-4, Robert DJ wrote: > > In a function that modifies an array argument I would like to pass at > least