ANN: Setfield 1.0

I am happy to announce that Setfield.jl is now v1.0.0. Setfield.jl allows to easily produce updated copies of immutable data:

using Setfield
@set obj.a.b.c = d

The package is now battle proven + stable for years and so we tagged it v1.0 to reflect this.

31 Likes