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