init(exactly:)
Creates an immediate scheduler time interval from a binary integer type.
Declaration
init?<T>(exactly source: T) where T : BinaryIntegerDiscussion
If exactly can’t convert to an Int, the resulting time interval is nil.
Creates an immediate scheduler time interval from a binary integer type.
init?<T>(exactly source: T) where T : BinaryIntegerIf exactly can’t convert to an Int, the resulting time interval is nil.