iterateStructs
Create a range for iterating over packed structs in a byte array.
This convenience function creates a StructRange for lazy iteration.
Parameters
data | The byte array containing the structs. |
endian | The endianness of the data. |
Returns
A StructRange for iterating over the structs.