Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
examples
/
collections
/
ISet.kt
blob: 0b6741470fd5a44a48059668a13c8191740d45d7 [
file
]
open
class
ISet
<
T
>
:
IIterable
<
T
>,
ISized
{
fun contains
(
item
:
T
)
:
Boolean
}