protocol IntegerLiteralConvertible| Inheritance | View Protocol Hierarchy → |
|---|---|
| Associated Types | |
| Import | import Swift |
Initializers
init(integerLiteral:) Required
Create an instance initialized to value.
Declaration
init(integerLiteral value: Self.IntegerLiteralType)
Conforming types can be initialized with integer literals.