exists method

bool exists()

from: public boolean exists()

Implementation

core$_.bool exists() {
  return _exists(reference.pointer, _id_exists.pointer).boolean;
}