Contents

init(exactly:)

Creates an immediate scheduler time interval from a binary integer type.

Declaration

init?<T>(exactly source: T) where T : BinaryInteger

Discussion

If exactly can’t convert to an Int, the resulting time interval is nil.

See Also

Creating Scheduler Time Strides