I was focusing on `openArray` for 2 reasons:

1- zero-copy access

2- make it work with all the things that already accepts `openArray`

by following the new type `MyBitset` approach I would save point 1 but lose 2. 
Is there a workaround to have the best of both worlds?

Reply via email to