Initializer
init(intValue:)
Creates a new instance from the specified integer.
init(intValue: Int)
Parameters
intValueThe integer value of the desired key.
Discussion
If the value passed as intValue does not correspond to any instance of this type, the result is nil.