pub const VERSYM_HIDDEN: u16 = 0x8000;
Expand description

Bitmask to check hidden bit, see Versym::is_hidden.