lazyInit method

void lazyInit()

Implementation

void lazyInit() {
  if (p == -1) {
    setup();
  }
}