Docs.rs
bit-bounds-1.0.0
bit-bounds 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Bajix
Dependencies
const-assert ^1.0.0
normal
Versions
2.63%
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
BitsAllSet
bit_
bounds
1.0.0
Bits
AllSet
Implementors
In bit_
bounds::
usize
bit_bounds
::
usize
Trait
Bits
AllSet
Copy item path
Source
pub trait BitsAllSet<const M:
usize
> { }
Implementors
§
Source
§
impl<const N:
usize
, const M:
usize
>
BitsAllSet
<M> for
Int
<N>
where
Assert
<{ _ }>:
IsTrue
,