toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
common
/
dev.ust.zinc.grader.extension
/
useWith
use
With
inline
fun
<
T
:
AutoCloseable
?
>
T
.
useWith
(
block
:
T
.
(
)
->
Unit
)
:
T
Extended
use
scoping function with receiver Similar to
apply
which returns itself
this