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

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.)

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