kiscord
0.6.0
kiscord-core
/
kiscord.api
/
or
or
infix inline
fun
<
T
>
Box
<
T
>
.
or
(
another
:
T
)
:
Box
<
T
>
(
source
)
infix inline
fun
<
T
>
Box
<
T
>
.
or
(
another
:
Box
<
T
>
)
:
Box
<
T
>
(
source
)
infix inline
fun
<
T
>
Box
<
T
>
.
or
(
another
:
(
)
->
T
)
:
Box
<
T
>
(
source
)
inline
fun
MessageFilter.Builder
.
or
(
block
:
MessageFilter.Builder
.
(
)
->
Unit
)
(
source
)