core
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
core
xof
/
org.kotlincrypto.core.xof
/
Xof
/
Reader
/
use
use
inline
fun
<
T
>
use
(
action
:
Xof.Reader
<
A
>
.
(
)
->
T
)
:
T
(
source
)
Helper function which automatically invokes
close
once action completes.