FileMapping.opSlice

Get a slice to the contents of the entire file.

struct FileMapping(Datum)
nothrow pure @nogc @safe nothrow
opSlice
()

Return Value

Type: auto

the contents of the file. If not active, returns the null slice.

Meta