Some questions that have come up about using Instants:
- What meaning does
Instant -= Duration have?
- What are the preconditions on the instant and the duration, so that it does not panic or cause arithmetic overflow assertions? One user noticed that
instant -= duration can trip this assertion (specifically on Windows).
Some questions that have come up about using Instants:
Instant -= Durationhave?instant -= durationcan trip this assertion (specifically on Windows).