3 lines
99 B
Kotlin
Vendored
3 lines
99 B
Kotlin
Vendored
open class IMutableIterable<out T> : IIterable<T> {
|
|
fun mutableIterator() : IMutableIterator<T>
|
|
} |