type_bits function

int type_bits(
  1. int tag
)

Implementation

int type_bits(int tag) => tag & 0x1f;