Docs.rs
delsum-lib-1.0.0
delsum-lib 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
8051Enthusiast
Dependencies
bitvec ^1.0
normal
gf2poly ^0.1.0
normal
lazy_static ^1.4
normal
num-bigint ^0.4
normal
num-prime ^0.4.4
normal
num-traits ^0.2
normal
rand ^0.9
normal
rayon ^1.8
normal
optional
quickcheck ^1.0
dev
quickcheck_macros ^1.0
dev
Versions
55.84%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
SignedInclRange
delsum_
lib
1.0.0
Signed
Incl
Range
Aliased Type
Methods
limit
new
set_end
set_start
slice
to_unsigned
Trait Implementations
Display
FromStr
In delsum_
lib::
utils
delsum_lib
::
utils
Type Alias
Signed
Incl
Range
Copy item path
Source
pub type SignedInclRange =
InclRange
<
isize
>;
Aliased Type
§
pub struct SignedInclRange {
/* private fields */
}
Implementations
§
Source
§
impl
SignedInclRange
Source
pub fn
new
(start:
isize
, end:
isize
) ->
Option
<Self>
Source
pub fn
set_start
(self, start:
isize
) ->
Option
<Self>
Source
pub fn
set_end
(self, end:
isize
) ->
Option
<Self>
Source
pub fn
to_unsigned
(self, len:
usize
) ->
Option
<
UnsignedInclRange
>
Source
pub fn
limit
(self, len:
usize
) ->
Option
<Self>
Source
pub fn
slice
<T>(self, slice: &
[T]
) ->
Option
<&
[T]
>
Trait Implementations
§
Source
§
impl
Display
for
SignedInclRange
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Source
§
impl
FromStr
for
SignedInclRange
Source
§
type
Err
=
String
The associated error which can be returned from parsing.
Source
§
fn
from_str
(s: &
str
) ->
Result
<Self, Self::
Err
>
Parses a string
s
to return a value of this type.
Read more