Open
Description
Documentation
@JelleZijlstra noticed that our terminology is inconsistent with how we call these at runtime (#17816 (comment)).
This refers to code like this:
def f[T: (int, float)](x: T) -> T: ...
Documentation
@JelleZijlstra noticed that our terminology is inconsistent with how we call these at runtime (#17816 (comment)).
This refers to code like this:
def f[T: (int, float)](x: T) -> T: ...