pub struct Options { }
Expand description
Immutable options to customize writing integers.
§Examplesuse lexical_parse_integer::options::Options;
let options = Options::builder()
.build()
.unwrap();
Source§ Source
Create options with default values.
SourceCheck if the options state is valid.
SourceGet if we disable the use of multi-digit optimizations.
SourceSet if we disable the use of multi-digit optimizations.
SourceGet OptionsBuilder
as a static function.
Create OptionsBuilder
using existing values.
Determine if the options are valid.
Source§ Source§Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient, and should not be overridden without very good reason.
This method returns an ordering between
self
and
other
values if one exists.
Read more 1.0.0 · Source§Tests less than (for
self
and
other
) and is used by the
<
operator.
Read more 1.0.0 · Source§Tests less than or equal to (for
self
and
other
) and is used by the
<=
operator.
Read more 1.0.0 · Source§Tests greater than (for
self
and
other
) and is used by the
>
operator.
Read more 1.0.0 · Source§Tests greater than or equal to (for
self
and
other
) and is used by the
>=
operator.
Read more Source§ Source§RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4