getTagFieldNumber function

int getTagFieldNumber(
  1. int tag
)

Implementation

int getTagFieldNumber(int tag) => tag >> TAG_TYPE_BITS;