Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variant match expression and object #44

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Variant match expression and object #44

merged 1 commit into from
Mar 14, 2023

Conversation

oraqlle
Copy link
Owner

@oraqlle oraqlle commented Mar 14, 2023

Cleaned up match expression syntax sugar. Uses << and >> now.
Renamed the bottom match type to match_any
Put match_any in cxl::utils namespace

Renamed the bottom match type to `match_any`
Put `match_any` in `cxl::utils` namespace
@oraqlle oraqlle added enhancement New feature or request API change labels Mar 14, 2023
@oraqlle oraqlle self-assigned this Mar 14, 2023
@oraqlle oraqlle changed the title Variant match object Variant match expression and object Mar 14, 2023
@oraqlle oraqlle merged commit 9567a82 into dev Mar 14, 2023
@oraqlle oraqlle deleted the match-expr branch March 14, 2023 02:43
@oraqlle oraqlle restored the match-expr branch March 14, 2023 02:45
@oraqlle oraqlle linked an issue Mar 14, 2023 that may be closed by this pull request
@oraqlle oraqlle deleted the match-expr branch March 14, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Match Expression
1 participant