`fun withX(x: Int) = apply { this.x = x }`
# getting-started
m
fun withX(x: Int) = apply { this.x = x }