MappedFile.map

Return a slice representing file content as a memory-mapped array. Use this to remap content each time the file size is changed.

  1. ubyte[] map [@property getter]
  2. ubyte[] map [@property getter]
    class MappedFile
    version(Posix)
    @property final
    ubyte[]
    map
    ()

Meta