`<T extends X>` -> `<T : X>`
# getting-started
m
<T extends X>
->
<T : X>
👍 1