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
Current wording variant-like lists expected and variant to mirror tuple-like. But this means that we can't use variant-like as the constraint for visit, because visit supports types convertible to variant as well.
The text was updated successfully, but these errors were encountered:
Current wording variant-like lists
expected
andvariant
to mirror tuple-like. But this means that we can't use variant-like as the constraint forvisit
, becausevisit
supports types convertible tovariant
as well.The text was updated successfully, but these errors were encountered: