Type alias statement
my_dict
of
TypeAliasStatement
type
my_dict
[
T
,
U
]
=
type
[
dict
[
T
,
U
]
]