What does this: ``` infix fun append(any: Any?...
# getting-started
p
What does this:
Copy code
infix fun append(any: Any?) = append(any.normalize())
mean if there’s no extension? How would it be used?