DataNode.this

Constructs a string data node.

  1. this(T value)
  2. this(T value)
  3. this(T value)
  4. this(T value)
  5. this(string value)
  6. this(ubyte[] value)
    struct DataNode
    @nogc @safe nothrow
    this
    ()
    (
    auto ref ubyte[] value
    )
  7. this(typeof(this) rhs)

Meta