func print(Any, separator: String, terminator: String)
Writes the textual representations of the given items into the standard output.
与えられた項目のテキスト表現を標準出力に書き出します。
func print<Target>(Any, separator: String, terminator: String, to: inout Target)
Writes the textual representations of the given items into the given output stream.
与えられた要素のテキスト表現を与えられた出力ストリームに書き出します。