UniNodeImpl.this

Constructs a UniNode

  1. this(typeof(null) )
  2. this(T value)
    struct UniNodeImpl(Node)
    inout pure nothrow @trusted @nogc
    this
    (
    T
    )
    (
    auto ref T value
    )
  3. this(T value)
  4. this(T value)
  5. this(T value)

Parameters

value T

ctor value

Meta