Function

print(_:radix:terminator:)

Writes the textual representation of item to the standard output.

Source
fun print(
   _ item: Int,
   radix: Int,
   terminator: String
)