Assign to Array Column

Salih Dincer salihdb at hotmail.com
Wed Feb 1 03:47:07 UTC 2023


Sorry, I forget this:

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




More information about the Digitalmars-d-learn mailing list