BERDecoder.this

ditto

  1. this(DataSource src)
  2. this(const(ubyte)* data, size_t length)
  3. this(Vector!(T, ALLOC) data)
  4. this(RefCounted!(Vector!(T, ALLOC), ALLOC) data)
    struct BERDecoder
    public
    this
    (
    T
    ALLOC
    )
    (
    auto const ref RefCounted!(Vector!(T, ALLOC), ALLOC) data
    )
  5. this(BERDecoder other, BERObject pushed)

Meta