blob: a211b81865747aa02303084baa474dce89f05b03 [file] [log] [blame]
open class IList<out T> : IIterable<T>, ISized {
@[operator] fun get(index : Int) : T
val isEmpty : Boolean
}