MmFile.opSlice

void[] opSlice()

Returns entire file contents as an array.

void[] opSlice(ulong i1, ulong i2)

Returns slice of file contents as an array.