S function

void S(
  1. List<int> o,
  2. List<int> a
)

Implementation

void S(final List<int> o, final List<int> a) {
  M(o, a, a);
}