TempFile.create
TempFile create(const(ubyte)[] data, string prefix = "elftest")Create a temporary file from byte data.
Parameters
data | The byte data to write to the temporary file. |
prefix | Optional prefix for the temporary file name. |
Returns
A TempFile struct managing the created temporary file.