Join Slack
Powered by
Is there any difference between `class Foo<T : ...
# getting-started
g
gabrielfv
10/25/2018, 8:11 PM
Is there any difference between
class Foo<T : Bar>
and
class Foo<T> where T : Bar
?
Open in Slack
Previous
Next