hi Riyad
There are 'T' and 'F' in the spec for the two logical states, I am wondering if it makes sense to have a dedicated type for logical? For example, if I have the following logical array
[[][T][T][F][F][]]
in the optimized format, what should I use as the type?
[[][$][?][#][4][T][T][F][F]
I can convert logical arrays to int8/uint8, but I think it loses the semantics (in matlab, logical and uint8 are separate classes).
what would you suggest?
Qianqian