TypeCheck.DefaultOverrides.String (TypeCheck v0.10.4) View Source
Link to this section Summary
Link to this section Types
Specs
codepoint() :: t()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
codepoint() :: t()
Specs
grapheme() :: t()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
grapheme() :: t()
Specs
pattern() :: t() | [t()] | TypeCheck.DefaultOverrides.Erlang.Binary.cp()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
pattern() :: t() | [t()] | TypeCheck.DefaultOverrides.Erlang.Binary.cp()
Specs
t() :: binary()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
t() :: wrap_with_gen(binary(), &TypeCheck.DefaultOverrides.String.printable_string_gen/0)