rfcs
rfcs copied to clipboard
[match] support more than 1 value in a match
match x, y {
(2, 3, 7..12, >= 19) && (4, 6, 11.=15, < 0) {}
(2, 3, 7..12, >= 19) || (4, 6, 11.=15, < 0) {}
}
related: https://github.com/vlang/v/discussions/12738