sub method

T sub(
  1. R value
)

Implementation

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