Days
provides a linear representation of dates that is optimized for arithmetic on
the number of days between dates, rather than for representing year/month/day
components. This module is intended for use only in performance-sensitive contexts
where dates are manipulated more often than they are constructed or deconstructed;
most clients should use the ordinary t
.
val diff : t ‑> t ‑> Core_kernel__.Import.int
val add_days : t ‑> Core_kernel__.Import.int ‑> t