UniNodeImpl.this

Constructs a UniNode sequence from arguments

  1. this(typeof(null) )
  2. this(T value)
  3. this(T value)
  4. this(T value)
  5. this(T value)
    struct UniNodeImpl(Node)
    inout pure nothrow @trusted
    this
    (
    T...
    )
    (
    auto ref T value
    )
    if (
    T.length > 1 &&
    allSatisfy!(isUniNodeInnerType, T)
    )

Parameters

value T

ctor value

Meta