func duration(to other: Self) -> Self.Duration
ss15InstantProtocolP8duration2to8DurationQzx_tF
4JWJY
import Swift
protocol InstantProtocol<Duration> : Comparable, Hashable, Sendable
associatedtype Duration : DurationProtocol
func advanced(by duration: Self.Duration) -> Self