Function 関数

protocol_getName(_:)

Returns a the name of a protocol. あるプロトコルの名前を返します。

Declaration 宣言

func protocol_getName(_ proto: Protocol) -> UnsafePointer<CChar>

Parameters パラメータ

p

A protocol. あるプロトコル。

Return Value 戻り値

The name of the protocol p as a C string.

See Also 参照

Working with Protocols プロトコルを扱う