mod method

T mod(
  1. R value
)

Implementation

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