public bool Equals(TypeMask <T> other) { return(_bits == other._bits); }
public bool HasBits(TypeMask <T> other) { return((_bits & other._bits) == other._bits); }