create method

int create()

Implementation

int create() {
  return _stackIndex++;
}