Join Slack
Powered by
What does this: ``` infix fun append(any: Any?...
# getting-started
p
perryprog
01/09/2018, 8:47 PM
What does this:
Copy code
infix fun append(any: Any?) = append(any.normalize())
mean if there’s no extension? How would it be used?
Open in Slack
Previous
Next