pub struct EratosthenesSieve { /* private fields */ }Expand description
Eratosthenesの篩
Implementations§
Trait Implementations§
Source§impl PrimalityTest<usize> for EratosthenesSieve
impl PrimalityTest<usize> for EratosthenesSieve
Auto Trait Implementations§
impl Freeze for EratosthenesSieve
impl RefUnwindSafe for EratosthenesSieve
impl Send for EratosthenesSieve
impl Sync for EratosthenesSieve
impl Unpin for EratosthenesSieve
impl UnwindSafe for EratosthenesSieve
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