Should a print method `fun T.print() println(...)`...
# getting-started
h
Should a print method
fun T.print() println(...)
for some type T return
Unit
or
Nothing
?
Unit
seems more correct, but then the result of
print()
is assignable to a variable which lacks semantics.