> P.S. The char set is stored as 256 bit vector right?

Yes,

`sizeof({'a'..'z'}) == 32`

But

`sizeof(set['a'..'z']) == 4`

Reply via email to