trace method

void trace(
  1. int arg0
)

Implementation

void trace(
  int arg0,
) {
  return _trace(
    arg0,
  );
}