inSymb method

int inSymb(
  1. int index
)

Implementation

int inSymb(int index) {
  return prs.inSymb(index);
}