isConstructed function

bool isConstructed(
  1. int tag
)

Implementation

bool isConstructed(int tag) => CONSTRUCTED_BIT & tag != 0;