TypeCheck.DefaultOverrides.Date.Range (TypeCheck v0.8.0) 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:
head
(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()}