pub static BOOL_FIRST_TOKEN_NO_PREFIX: Lazy<HashSet<&'static str>>Expand description
Set of bool getter suffix first tokens for which no be prefix should be applied.
The convention is to rename bool getters get_suffix as is_suffix,
but there are cases for which the meaning makes it useless to add the is prefix:
get_has_entry->has_entry.