ElfFile opAssign(ref ElfFile other)
Assignment operator.
Transfers ownership from the source to this instance. After assignment, the source no longer owns its data, preventing double-free scenarios.
other