[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: enum and named sets
[Thread Prev] | [Thread Next]
- Subject: Re: enum and named sets
- From: brian <brian@xxxxxxxxxxxxxxxx>
- Date: Tue, 9 Dec 2025 22:17:19 -0800
- To: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>, "user@xxxxxxxxxxxxxxxxxxxxxx" <user@xxxxxxxxxxxxxxxxxxxxxx>
I was not really looking for syntactic sugar, but a way of handling the values as a single set. There are many advantages. My implementation suggestion was to maintain performance.
Passing the set to an other class or function would be useful but then have to be more of a read only set. But where defined remains constants . For public set would be more like a structure with readonly constant values.
~~~~~ Brian
| Re: enum and named sets | brian <brian@xxxxxxxxxxxxxxxx> |
| enum and named sets | Brian G <brian@xxxxxxxxxxxxxxxx> |
| Re: enum and named sets | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
| Re: enum and named sets | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |