UniNodeImpl.this

Constructs a UniNode with gc

  1. this(typeof(null) )
  2. this(T value)
  3. this(T value)
    struct UniNodeImpl(Node)
    inout pure nothrow @trusted
    this
    (
    T
    )
    (
    auto ref T value
    )
    if (
    isRawData!T ||
    isUniNodeArray!(T, Node)
    )
  4. this(T value)
  5. this(T value)

Parameters

value T

ctor value

Meta