-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Description
Hello,
from what I read in your documentation, I do not see the way to map a primary type on an abritrary bit/byte lenght. Like how could I do for:
- 24 bits signed integer (so stored on 3 bytes)
- 23 bits signed integer (so stored on 2 bytes + 7 bits)
Every primary types should support the notation [:1..x] not only bit type, no?
Thank you for you help,
Regards,
Cedric,