Trait snarkvm_console::prelude::traits::integers::WrappingDiv
pub trait WrappingDiv: Sized + Div<Self, Output = Self> {
fn wrapping_div(&self, v: &Self) -> Self;
}
pub trait WrappingDiv: Sized + Div<Self, Output = Self> {
fn wrapping_div(&self, v: &Self) -> Self;
}