class Crystime::Span
- Crystime::Span
- Reference
- Object
Included Modules
- Comparable(Crystime::Span)
Defined in:
crystime/virtual_time.crConstructors
Instance Method Summary
-
#+(other : self)
XXX Since on the underlying level we're working with two Time::Spans, can't we just use their +/- methods? (Assuming we're materialized, of course)
- #-(other : self)
- #<=>(other : self)
Macro Summary
Constructor Detail
Instance Method Detail
def +(other : self)
#
XXX Since on the underlying level we're working with two Time::Spans, can't we just use their +/- methods? (Assuming we're materialized, of course)