use crate::integer::Integer; use core::ops::MulAssign; // MulAssign The multiplication assignment operator *=. {}