KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent
/
io.github.yuroyami.kitetorrent.bencode
/
BdecodeNode
/
dictFind
dict
Find
fun
dictFind
(
key
:
String
)
:
BdecodeNode
Look up
key
; returns the
none
sentinel if absent or this isn't a dict.
fun
dictFind
(
key
:
ByteArray
)
:
BdecodeNode