Expand description
Various utility types for usage in and around this library.
Structs§
Enums§
- Parse
Number Error - All the ways that parsing with
ParseNumbercan fail.
Constants§
- MAX_
PARSE_ VALUE - The default limit when parsing via
ParseNumber.
Traits§
- Parse
Number - Parses a
&strto a number and makes sure it doesn’t exceed a limit. - StrExt
- Extension methods for
strwhich are commonly used in and around this library.