DataSourceMemoryImpl.this

Construct a memory source that reads from a vector

  1. this(string input)
  2. this(const(ubyte)* input, size_t length)
  3. this(RefCounted!(Vector!(T, ALLOC), ALLOC) input)
  4. this(Vector!(T, ALLOC) input)
    class DataSourceMemoryImpl
    public
    this
    (
    T
    ALLOC
    )
    (
    auto const ref Vector!(T, ALLOC) input
    )
  5. this(Vector!(T, ALLOC)* input)

Parameters

input Vector!(T, ALLOC)

the MemoryRegion to read from

Meta