TypeCheck.DefaultOverrides.Version (TypeCheck v0.8.2) View Source
Link to this section Summary
Types
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Link to this section Types
Specs
build() :: TypeCheck.DefaultOverrides.String.t() | nil
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
build() :: TypeCheck.DefaultOverrides.String.t() | nil
Specs
major() :: non_neg_integer()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
major() :: non_neg_integer()
Specs
minor() :: non_neg_integer()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
minor() :: non_neg_integer()
Specs
patch() :: non_neg_integer()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
patch() :: non_neg_integer()
Specs
pre() :: [TypeCheck.DefaultOverrides.String.t() | non_neg_integer()]
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
pre() :: [TypeCheck.DefaultOverrides.String.t() | non_neg_integer()]
Specs
requirement() :: TypeCheck.DefaultOverrides.String.t() | TypeCheck.DefaultOverrides.Version.Requirement.t()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
requirement() :: TypeCheck.DefaultOverrides.String.t() | TypeCheck.DefaultOverrides.Version.Requirement.t()
Specs
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
t() :: %Version{build: build(), major: major(), minor: minor(), patch: patch(), pre: pre()}
Specs
version() :: TypeCheck.DefaultOverrides.String.t() | t()
(This type is managed by TypeCheck,
which allows checking values against the type at runtime.)
Full definition:
version() :: TypeCheck.DefaultOverrides.String.t() | t()