Bytes
Bytes copied to clipboard
Add support for collections with padding on each element
This would add new methods that take a stride
(distance between two entries) and padding
(what to fill in the blanks with, default = 0x00
). This would add an error if the stride size is smaller than the type's size.