blob: 0b6741470fd5a44a48059668a13c8191740d45d7 [file] [log] [blame]
open class ISet<T> : IIterable<T>, ISized {
fun contains(item : T) : Boolean
}