mul method

T mul(
  1. R value
)

Implementation

T mul(R value) {
  throw Exception("Logic not implemented yet");
}