boolean property

bool get boolean

Implementation

bool get boolean {
  check();
  return value.z != 0;
}