index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
testdata
/
format
/
extensionFunctionParameter.kt
blob: bfb344b9a138f96438237f217b12f832b8437304 (
plain
)
1
public
inline
fun
<
T
>
T
.
apply
(
f
:
T
.()
->
Unit
):
T
{
f
();
return
this
}