Kotlin operator overloads for ergonomic Duration operations.
Divides this by a duration divisor to produce a long, rounded down.
Divides this by a double divisor.
Divides this by a long divisor.
Subtracts a duration from an instant, to produce another instant.
Subtracts an instant from another instant, represented as a duration.
Adds a duration to an instant, to produce another instant.
Create an interval between two durations, including both endpoints, using the .. operator.
..
Create an interval between two durations, including the start and excluding the end, using the ..< operator.
..<
Remainder division between this and another duration.
Negation operator for durations.