isUniversal function

bool isUniversal(
  1. int tag
)

Implementation

bool isUniversal(int tag) => (0xC0 & tag) == 0;