PosInfInterval.begin

The starting point of the interval. It is included in the interval.

  1. TP begin [@property getter]
    struct PosInfInterval(TP)
    @property const pure nothrow
    TP
    begin
    ()
  2. TP begin [@property setter]

Examples

assert(PosInfInterval!Date(Date(1996, 1, 2)).begin == Date(1996, 1, 2));

Meta