Docs.rs
hi_sparse_bitset-0.2.0
hi_sparse_bitset 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tower120
Dependencies
num-traits ^0.2
normal
wide ^0.7.13
normal
cfg-if ^1
dev
criterion ^0.5.1
dev
hibitset ^0.6.4
dev
itertools ^0.11
dev
rand ^0.8
dev
roaring ^0.10.2
dev
Versions
78.67%
of the crate is documented
Go to latest version
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
☰
hi_sparse_bitset
0.2.0
BitSetBase
Required Associated Types
Conf
Implementations on Foreign Types
&'a T
Implementors
In crate hi_sparse_bitset
?
Trait
hi_sparse_bitset
::
BitSetBase
source
·
[
−
]
pub trait BitSetBase { type
Conf
:
Config
; }
Required Associated Types
§
source
type
Conf
:
Config
Implementations on Foreign Types
§
source
§
impl<'a, T: LevelMasks>
BitSetBase
for
&'a T
§
type
Conf
= <T as
BitSetBase
>::
Conf
Implementors
§
source
§
impl<Conf:
Config
>
BitSetBase
for
BitSet
<Conf>
§
type
Conf
= Conf
source
§
impl<Op, S1, S2>
BitSetBase
for
BitSetOp
<Op, S1, S2>
where Op:
BinaryOp
, S1: LevelMasks, S2: LevelMasks<Conf = S1::
Conf
>,
§
type
Conf
= <S1 as
BitSetBase
>::
Conf
source
§
impl<Op, S, Cache>
BitSetBase
for
Reduce
<Op, S, Cache>
where Op:
BinaryOp
, S:
Iterator
+
Clone
, S::
Item
: LevelMasks,
§
type
Conf
= <<S as
Iterator
>::
Item
as
BitSetBase
>::
Conf