TypeCheck.DefaultOverrides.Stream (TypeCheck v0.8.0) View Source
Link to this section Summary
Link to this section Types
Specs
acc() :: any()
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
acc() :: any()
Specs
default() :: any()
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
default() :: any()
Specs
element() :: any()
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
element() :: any()
Specs
index() :: non_neg_integer()
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
index() :: non_neg_integer()
Specs
timer() :: non_neg_integer() | :infinity
This type is managed by TypeCheck
,
which allows checking values against the type at runtime.
Full definition:
timer() :: non_neg_integer() | :infinity