pub struct LinearSieve { /* private fields */ }Expand description
線形篩
Implementations§
Source§impl LinearSieve
impl LinearSieve
Trait Implementations§
Source§impl PrimalityTest<usize> for LinearSieve
impl PrimalityTest<usize> for LinearSieve
Auto Trait Implementations§
impl Freeze for LinearSieve
impl RefUnwindSafe for LinearSieve
impl Send for LinearSieve
impl Sync for LinearSieve
impl Unpin for LinearSieve
impl UnwindSafe for LinearSieve
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more