aoc
2024.12.25
BitOps
Required Methods
biterator
Implementors
In aoc::
util::
bitset
aoc
::
util
::
bitset
Trait
BitOps
Copy item path
Source
pub trait BitOps<T> { // Required method fn
biterator
(self) ->
Bitset
<T>
ⓘ
; }
Required Methods
§
Source
fn
biterator
(self) ->
Bitset
<T>
ⓘ
Implementors
§
Source
§
impl<T>
BitOps
<T> for T
where T:
Integer
<T>,