isSet function

bool isSet(
  1. int tag
)

Implementation

bool isSet(int tag) => isConstructed(tag) && type_bits(tag) == SET_TYPE;