+=(_:_:)
BenchmarkClock.swift:164static func += (lhs: inout BenchmarkClock.Instant, rhs: Swift.Duration)
Other members in extension
Type members
init(from: any Decoder
) throws static var now: BenchmarkClock.Instant
static func + (lhs: BenchmarkClock.Instant, rhs: Swift.Duration
) -> BenchmarkClock.Instant static func - (lhs: BenchmarkClock.Instant, rhs: Swift.Duration
) -> BenchmarkClock.Instant static func - (lhs: BenchmarkClock.Instant, rhs: BenchmarkClock.Instant
) -> Swift.Duration static func -= (lhs: inout BenchmarkClock.Instant, rhs: Swift.Duration
) static func < (lhs: BenchmarkClock.Instant, rhs: BenchmarkClock.Instant
) -> Bool static func == (lhs: BenchmarkClock.Instant, rhs: BenchmarkClock.Instant
) -> Bool