Whether the flag is unnamed. If [`Flag::name`] returns a non-empty string then this method will return `false`. */
(&self)
| 58 | If [`Flag::name`] returns a non-empty string then this method will return `false`. |
| 59 | */ |
| 60 | pub const fn is_unnamed(&self) -> bool { |
| 61 | self.name.is_empty() |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | /** |