FileMapping.length

Queries the length of the file associated with this mapping. If not active, returns 0.

struct FileMapping(Datum)
nothrow const pure @nogc @safe nothrow
size_t
length
()

Return Value

Type: size_t

the length of the file, or 0 if no file associated.

Meta