View Source TypeCheck.DefaultOverrides.Date.Range (TypeCheck v0.13.5)

Link to this section Summary

Types

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

t()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

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()
}