There are several lists of items. The number of the lists < 8. The number of items in any list < 16. User can select one item in each list. So we have a sequence of integers. For example: 9, 0, 12, 4.
There are any easy way to store user selection in one Integer (32 or 64) and reading it from there?
May be you know the more optimal way to store a sequence of 4-bit integers?
Thanks!