It’s an extension function that can be called on a...
# getting-started
d
It’s an extension function that can be called on a StringBuilder object, and which returns nothing. So if you have some
val sb: StringBuilder = ...
you could call
sb.configure()
.
h
-> Unit
does return a string?
d
Oops, I misread that as
-> String
edited my response