isDefined method

bool isDefined()

Implementation

bool isDefined() {
  return kind != 0;
}