diadora77

Results 3 comments of diadora77

Fair enough. I was thinking that it would create a modified struct... something along the lines of: ``` julia> using Accessors julia> struct HelloWorld greeting::String name::String end julia> x =...

Right. I have a scenario where there are nested structs. Buried within the nested structs are some optional extension fields that may or not exist at time of creation. Long...

Well, the point of Accessors is to update/modify immutable types? Right? It's advertised as such for NamedTupes and "arbitrary structs and nested updates" per documentation. There **are** examples where immutable...