We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setindex
NamedTuple
We have both Symbol and Int getindex for a NamedTuple, but only Symbol setindex.
Symbol
Int
getindex
Is there a reason for this? its seems like we should have both in both cases.