Prot.isMoreRestrictiveThan

Checks if this is superset of other restrictions. For example, "protected" is more restrictive than "public".

struct Prot
extern (C++) const
bool
isMoreRestrictiveThan
(
const Prot other
)

Meta