Is there any difference between `class Foo<T : ...
# getting-started
g
Is there any difference between
class Foo<T : Bar>
and
class Foo<T> where T : Bar
?