Swastik Baranwal
Swastik Baranwal
@viridia I agree that it should be a prefix. My only main reason of not using `_` as a wildcard is that it is a valid identifier and it will...
@thautwarm `?` seems more suitable to me TBH.
1. I will have to look at that, didn't see it earlier. 2. After seeing the discussions above, it looks better than `*` and `...`.
How about `case 401, 403, 404`?
Sorry I meant to write `case 401 or 403 or 404:`. Hope its now clear @brandtbucher
I now have to agree that `|` is better than `or` for this.
I think its better to use `tuple` as it is immutable or the user can explicitly tell the type of sequence pattern. Like: ```python match point: case list(0, 0): print("Origin")...
Please follow the guidelines
Also consider adding all 11, 14 and 17 features as well (expect the stl).
@Bhupesh-V I propose on using modules and ranges when C++ 20 comes and remove header files.