toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api
/
QueryBuilder
/
notIn
not
In
open
infix
fun
<
R
>
KProperty1
<
T
,
R
>
.
notIn
(
items
:
Iterable
<
R
>
)
Includes only values for which the given property is not inside the given
items
.