FileMapping.resize

Resizes the file and mapping to the specified size.

struct FileMapping(Datum)
nothrow pure
static if(!is(Datum == const))
void
resize
(
size_t size
)

Parameters

size size_t

new length requested

Meta