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
is_singleton_type: move business logic to type definitions (#13165)
This greatly reduces complexity as each type can determine for
themselves if they are representing a singleton.
`get_enum_values` has to be moved as well, as it is used by
`get_singleton_type`.
Relates-to: #13117
Co-authored-by: László Vaskó <[email protected]>
0 commit comments