The value to create. 作成されることになる値。
Initializerinit(integer
init(integerLiteral:)
Creates an instance initialized to the specified integer value.
指定された整数値に初期化されるインスタンスを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 6.1+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(integerLiteral value: Int16
)
Parameters パラメータ
value
Discussion 解説
Do not call this initializer directly. Instead, initialize a variable or constant using an integer literal. For example: このイニシャライザを直接に呼ばないでください。代わりに、整数リテラルを使って変数や定数を初期化してください。例えば:
In this example, the assignment to the x
constant calls this integer literal initializer behind the scenes.
この例において、x
定数への代入は、この整数リテラルイニシャライザを舞台裏で呼びます。
Note 注意
This documentation comment was inherited from Expressible
.
この文書化コメントは、Expressible
から引き継がれました。