isPrivate function

bool isPrivate(
  1. int tag
)

Implementation

bool isPrivate(int tag) => (PRIVATE_CLASS & tag) == PRIVATE_CLASS;