Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Method

print(_:)

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

Parameters

string

The string to print.