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

dataThe byte array containing the structs.
endianThe endianness of the data.