Trait Mulpub
Source:trait(pub) Mul rhs result
.* ( Self rhs → result )
.one ( → result )
Description
Binary multiplication. .one returns the multiplicative identity for the result type.
:trait(pub) Mul rhs result
.* ( Self rhs → result )
.one ( → result )
Binary multiplication. .one returns the multiplicative identity for the result type.