3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
interface class IComparable<in T> {
|
|
fun compareTo(other : T) : Int
|
|
} |