Prot.isMoreRestrictiveThan

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

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

Meta