You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the key types are always something nested, confusing, and not very ergonomic.
Custom struct instead of tuple
Maybe it would make sense to replace the tuple with some sort of a custom struct. That would let us be a little more descriptive with what's what, and provide helper methods.
Avoid the wrapper in some cases
Maybe we can avoid some nesting when dealing with a terminal inner container, and so on. Research?
The text was updated successfully, but these errors were encountered:
Currently, the key types are always something nested, confusing, and not very ergonomic.
Custom struct instead of tuple
Maybe it would make sense to replace the tuple with some sort of a custom struct. That would let us be a little more descriptive with what's what, and provide helper methods.
Avoid the wrapper in some cases
Maybe we can avoid some nesting when dealing with a terminal inner container, and so on. Research?
The text was updated successfully, but these errors were encountered: