orangy
apply
let
val x = StringBuilder().apply { append(“a”) append(“b”) }.toString() // : String “ab”