init(exactly:)
Creates a stride using the specified integer, if it can be represented exactly.
Declaration
init?<T>(exactly source: T) where T : BinaryIntegerCreates a stride using the specified integer, if it can be represented exactly.
init?<T>(exactly source: T) where T : BinaryInteger