Trait compiler_builtins::int::addsub::AddSub
source · trait AddSub: Intwhere
<Self as Int>::UnsignedInt: UAddSub,{
// Provided methods
fn add(self, other: Self) -> Self { ... }
fn sub(self, other: Self) -> Self { ... }
}