Sorry, I forget this:

```d
enum : size_t {
  ROW = 3,
  COL = 3,
  SUM = ROW * COL
}
```
SDB@79


Reply via email to