*
ErrorsCollection

*

Synthesised documentation from language/operators

From language/operators

See Original text in context

multi sub infix:<*>(AnyAny --> Numeric:D)

Multiplication operator.

Coerces both arguments to Numeric and multiplies them. The result is of the wider type. See Numeric for details.