div method

T div(
  1. R value
)

Implementation

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