08 04 operations on match kind types Values of type match_kind are similar to enum values. They support only assignment and comparisons for equality and inequality. match_kind { fuzzy } const bool same = exact == fuzzy; // always 'false'