DEREncoder.rawBytes

Undocumented in source. Be warned that the author may not have intended to support it.
  1. DEREncoder rawBytes(Vector!(ubyte, ALLOC) val)
  2. DEREncoder rawBytes(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) val)
    struct DEREncoder
    public ref return
    rawBytes
    (
    ALLOC
    )
    (
    auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) val
    )
  3. DEREncoder rawBytes(const(ubyte)* bytes, size_t length)

Meta