Conversion from NamedTuples to Dicts not allowed #45806
lazylavenders
started this conversation in
General
Replies: 1 comment 1 reply
-
NamedTuple does not iterate pairs like the other types listed, so you need |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was writing a polynomial library and stuck upon a dragon. Why can i not convert between a Dict and a NamedTuple even when they are very similar types?
Beta Was this translation helpful? Give feedback.
All reactions