blob: bfb344b9a138f96438237f217b12f832b8437304 [file] [log] [blame]
public inline fun <T> T.apply(f: T.() -> Unit): T { f(); return this }