pub fn flag_names<'a>( desc: &PointDesc<'a>, mask: u64, ) -> impl Iterator<Item = &'a str>
Iterate the names of set flags for a FLAGS point (ascending bit order).