UniNode.this

Sequence constructor

  1. this(T val)
  2. this(T val)
  3. this(T val)
  4. this(T val)
    struct UniNode
    inout pure nothrow @safe
    this
    (
    T...
    )
    (
    auto ref T val
    )
    if (
    T.length > 0 &&
    allSatisfy!(isUniNodeInnerType, T)
    )

Meta