• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

applynull1 public inline fun <T> T.apply(f: T.() -> Unit): T { f(); return this }
2