asInteger method

int asInteger(
  1. int key
)

Implementation

int asInteger(int key) {
  return _asInteger(self, key);
}