toInt method

int toInt()

Implementation

int toInt() {
  return this ? 1 : 0;
}