toggle menu
SQLDelight
2.0.2
common
js
native
switch theme
search in API
runtime
/
app.cash.sqldelight.db
/
use
use
common
js
native
expect
inline
fun
<
T
:
Closeable
?
,
R
>
T
.
use
(
body
:
(
T
)
->
R
)
:
R
Run
body
on the receiver and call
Closeable.close
before returning or throwing.
actual
inline
fun
<
T
:
Closeable
?
,
R
>
T
.
use
(
body
:
(
T
)
->
R
)
:
R
actual
inline
fun
<
T
:
Closeable
?
,
R
>
T
.
use
(
body
:
(
T
)
->
R
)
:
R