标签: typescript generics
我已经阅读了很多文章,但仍然无法在TypeScript中找到Java <? extends Foo>和<? super Foo>的正确版本。谁能给出确切答案?
<? extends Foo>
<? super Foo>