arcs icon indicating copy to clipboard operation
arcs copied to clipboard

Add Refinement support for Duration (with Instant)

Open shans opened this issue 4 years ago • 0 comments

(from b/178043070)

Currently Duration isn't supported by refinements. Basic support should be simple (i.e. Duration + or - Duration) but adding (Instant + Duration => Instant), (Instant - Instant => Duration), (Duration * scalar => Duration) etc. should take more time but be more rewarding.

shans avatar Apr 27 '21 03:04 shans