Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
examples
/
collections
/
IMutableIterable.kt
blob: 1ad49e2aec9ba6d5aa45eb838318f982207f7eb3 [
file
]
open
class
IMutableIterable
<
out
T
>
:
IIterable
<
T
>
{
fun mutableIterator
()
:
IMutableIterator
<
T
>
}