You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of my methods takes a date range as an argument. I have written a RangeOf callable class so I can specify it as RangeOf[Date]. This would be a nice addition to Contracts, complementing ArrayOf and HashOf.
(SetOf would be nice, too, but that's a separate matter.)