4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
virtual class ISet<T> : IIterable<T>, ISized {
|
|
fun contains(item : T) : Boolean
|
|
}
|