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
/
dropFirst
drop
First
fun
<
A
,
B
,
C
>
Triple
<
A
,
B
,
C
>
.
dropFirst
(
)
:
Pair
<
B
,
C
>
Returns a
Pair
of the second and third components, discarding the first.