robstoll
class Foo<T> where T: I, ... ()
()
Sam
where
class Foo<T> where T: Comparable<T>, T: CharSequence (val t: T)
class Foo<T>(val t: T) where T: Comparable<T>, T: CharSequence
class Foo<T> (val t: T) where T: Comparable<T>, T: CharSequence
A modern programming language that makes developers happier.