View Source TypeCheck.DefaultOverrides.Date.Range (TypeCheck v0.12.0)
Link to this section Summary
Link to this section Types
@opaque iso_days()
      (This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
iso_days() (opaque type)
@type t() :: %Date.Range{ first: TypeCheck.DefaultOverrides.Date.t(), first_in_iso_days: iso_days(), last: TypeCheck.DefaultOverrides.Date.t(), last_in_iso_days: iso_days(), step: pos_integer() | neg_integer() }
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
t() :: %Date.Range{
  first: TypeCheck.DefaultOverrides.Date.t(),
  first_in_iso_days: iso_days(),
  last: TypeCheck.DefaultOverrides.Date.t(),
  last_in_iso_days: iso_days(),
  step: pos_integer() | neg_integer()
}