protocol ExpressibleByArrayLiteral
A type that can be initialized using an array literal.
配列リテラルを使って初期化できる型。
protocol ExpressibleByDictionaryLiteral
A type that can be initialized using a dictionary literal.
ある辞書リテラルを使って初期化できる型。
protocol ExpressibleByArrayLiteral
protocol ExpressibleByDictionaryLiteral
protocol ExpressibleByIntegerLiteral
protocol ExpressibleByFloatLiteral
protocol ExpressibleByBooleanLiteral
true
and false
.
ブールリテラルのtrue
とfalse
を使って初期化できる型。
protocol ExpressibleByNilLiteral
nil
.
nilリテラル、nil
を使って初期化できる型。
protocol ExpressibleByStringLiteral
protocol ExpressibleByExtendedGraphemeClusterLiteral
protocol ExpressibleByUnicodeScalarLiteral
protocol ExpressibleByStringInterpolation
protocol StringInterpolationProtocol
struct DefaultStringInterpolation