Skip to content

Instance Method

print(_:)

Prints the given string to standard output using Swift.print(_:).
func print(_ string: String)

Parameters

string

The string to print.