fastValue method

int fastValue(
  1. HandInterface h
)

Implementation

int fastValue(HandInterface h) {
  return referenceEvaluator(h).value;
}