StructRange.this
this
(const(ubyte)[] data, size_t offset, ElfEndian endian)Private constructor with explicit offset for save/restore.
this
(const(ubyte)[] data, ElfEndian endian)Construct a struct range from byte data.
Parameters
data | The byte array containing the structs. |
endian | The endianness of the data. |