diadora77

Results 1 issues of diadora77

While I'm able to insert using named tuples, it doesn't seem to work for structs? ``` julia> using Accessors julia> struct HelloWorld greeting::String name::String end julia> x = HelloWorld("hi", "World")...