@xiaodai wrote:
I know tuples are meant to be immutable, but I am interested in a way to create a new named tuple
B
that is the same asA
except that it has:key1
deleted.I was hoping something like this would work
B = delete(A, :key)
but it doesn’t.
Posts: 4
Participants: 4