TypeCheck.DefaultOverrides.Date.Range (TypeCheck v0.8.2) View Source
Link to this section Summary
Link to this section Types
Specs
iso_days()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
iso_days() (opaque type)
Specs
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()
}