setCC method

Picker setCC(
  1. Picker cc
)

Sets the current compute.

Implementation

Picker setCC(Picker cc) {
  return computes[currentIndexCompute - 1] = cc;
}