VFile.this

Creates a virtual file out from a pointer and a length indicator.

  1. this(T[] target, string name)
  2. this(void* ptr, size_t length, string name)
    struct VFile
    this
    (
    void* ptr
    ,
    size_t length
    ,
    string name = null
    )

Meta