blob: c9a55af4058af0822a9cc9b81225b60de100c2c6 [file] [log] [blame]
open class IIterable<out T> {
fun iterator() : IIterator<T>
}