1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/vlib
Delyan Angelov 6a2ef733de v.parser: add a generated .all(.flag1|.flag2) method to [flag] enums
Unlike `.has(.flag1|.flag2)`, which is true, for any of `.flag1` or `.flag2`,
the new method `.all()` tests whether *all flags* are set at the same time.
2021-09-26 21:40:44 +03:00
..
2021-09-26 07:33:53 +03:00
2021-08-03 05:17:00 +03:00
2021-09-26 11:17:56 +03:00
2021-08-03 05:17:00 +03:00
2021-09-08 13:09:32 +03:00
2021-09-26 07:33:53 +03:00
2021-09-08 13:09:32 +03:00
2021-09-26 07:34:47 +03:00