#1691 Duration.min(max)

Yuri Strot Thu 3 Nov 2011

I think it will be useful shortcut for d1.ticks.min(d2.ticks).

brian Fri 4 Nov 2011

Good idea, pushed changeset

I am also going to add Int based overrides for mult/div, but want to switch current versions so that we have:

Duration mult(Int)
Duration multFloat(Float)
Duration div(Int)
Duration divFloat(Float)

I will do that right before build though

Login or Signup to reply.