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