Search results

There are no results.

std.ops.Multiply

Multiply[T, R]

The binary * operator.

Required methods

*

Show source code
Hide source code
fn pub *(other: ref T) -> R
fn pub *(other: ref T) -> R

Multiplies self with the given object.

Implementations

std.float.

Float

impl Multiply[Float, Float] for Float
std.int.

Int

impl Multiply[Int, Int] for Int