Eugen Martynov
interface Merger<T1: Any, T2: Any, R: Any> { fun merge(t1:T1, t2:T2): R }
A modern programming language that makes developers happier.