boolean property

bool boolean

Implementation

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