operator [] method

T operator [](
  1. _OptionEarlyReturnKey op
)

Implementation

T operator [](_OptionEarlyReturnKey op) {
  return v;
}