On 20/03/20 4:54 PM, N. Bouraqadi wrote:
Hi,

Suppose I have an instance variable referencing a collection of booleans.
I want to have all elements of the collection be stored as bits.
Is there a way I can express it using slots?

What do the bits represent? Is there an ordering among these booleans?

You could use a Set of integers (for ordinals) or symbols (for cardinals like flags).

HTH .. Subbu

Reply via email to