isArea method

bool isArea()

Implementation

bool isArea() {
  return elt[0]!.isArea() || elt[1]!.isArea();
}