DataNode.this

Constructs a signed integer data node.

  1. this(T value)
  2. this(T value)
    struct DataNode
    @nogc @safe nothrow
    this
    (
    T
    )
    (
    auto ref T value
    )
    if (
    anySatisfy!(isSameType!T, AliasSeq!(byte, short, int, long))
    )
  3. this(T value)
  4. this(T value)
  5. this(string value)
  6. this(ubyte[] value)
  7. this(typeof(this) rhs)

Meta