operator [] method

PredictionContext? operator [](
  1. PredictionContext ctx
)

Implementation

PredictionContext? operator [](PredictionContext ctx) {
  return cache[ctx];
}