NamedTuple, how to assign values?

I don’t know why you want to do this, you’re probably looking for a struct.

That said,

julia> varNames(("hi",3,String,4))
(key = "hi", offset = 3, type = String, ncol = 4)
2 Likes