Docs.rs
type_eval-0.0.1-alpha
type_eval 0.0.1-alpha
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Ben-PH
Dependencies
bitvec ^1.0.1
build
Versions
1.66%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
U1
type_
eval
0.0.1-alpha
U1
Aliased Type
Trait Implementations
Add
Add<B<Bs, _0>>
Add<B<Bs, _1>>
Add<_0>
Sub
Sub<_0>
In type_
eval::
num_
vals
type_eval
::
num_vals
Type Alias
U1
Copy item path
Source
pub type U1 =
_1
;
Aliased Type
§
pub struct U1;
Trait Implementations
§
Source
§
impl<Bs>
Add
<
B
<Bs,
_0
>> for
U1
where Bs:
_BitStrLit
,
Source
§
type
Output
=
B
<Bs,
_1
>
The resulting type after applying the
+
operator.
Source
§
fn
add
(self, _rhs:
B
<Bs,
_0
>) -> Self::
Output
Performs the
+
operation.
Read more
Source
§
impl<Bs>
Add
<
B
<Bs,
_1
>> for
U1
where Bs:
StAdd
<
U1
>, <Bs as
StAdd
<
U1
>>::
Output
:
_BitStrLit
,
Source
§
type
Output
=
B
<<Bs as
Add
<
_1
>>::
Output
,
_0
>
The resulting type after applying the
+
operator.
Source
§
fn
add
(self, _rhs:
B
<Bs,
_1
>) -> Self::
Output
Performs the
+
operation.
Read more
Source
§
impl
Add
<
_0
> for
U1
Source
§
type
Output
=
_1
The resulting type after applying the
+
operator.
Source
§
fn
add
(self, _rhs:
U0
) -> Self::
Output
Performs the
+
operation.
Read more
Source
§
impl
Add
for
U1
Source
§
type
Output
=
B
<
_1
,
_0
>
The resulting type after applying the
+
operator.
Source
§
fn
add
(self, _rhs:
U1
) -> Self::
Output
Performs the
+
operation.
Read more
Source
§
impl
Sub
<
_0
> for
U1
Source
§
type
Output
=
_1
The resulting type after applying the
-
operator.
Source
§
fn
sub
(self, _rhs:
U0
) -> Self::
Output
Performs the
-
operation.
Read more
Source
§
impl
Sub
for
U1
Source
§
type
Output
=
_0
The resulting type after applying the
-
operator.
Source
§
fn
sub
(self, _rhs:
U1
) -> Self::
Output
Performs the
-
operation.
Read more