typeahead method

int typeahead(
  1. int arg0
)

Implementation

int typeahead(
  int arg0,
) {
  return _typeahead(
    arg0,
  );
}