KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore.util
/
dropThird
drop
Third
fun
<
A
,
B
,
C
>
Triple
<
A
,
B
,
C
>
.
dropThird
(
)
:
Pair
<
A
,
B
>
Returns a
Pair
of the first and second components, discarding the third.