View Source TypeCheck.DefaultOverrides.String (TypeCheck v0.13.7)
Summary
Types
@type codepoint() :: t()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
codepoint() :: t()
@type grapheme() :: t()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
grapheme() :: t()
@type 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()
@type 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)