std.ops.Multiply
Multiply[T, R]The binary * operator.
Required methods
*
Show source codeHide source code
fn pub *(other: ref T) -> Rfn pub *(other: ref T) -> RMultiplies self with the given object.
Implementations
Float
impl Multiply[Float, Float] for FloatInt
impl Multiply[Int, Int] for Int