UniTree.this

Common constructor

  1. this(T val)
  2. this(T val)
    struct UniTree
    inout pure nothrow @safe
    this
    (
    T
    )
    (
    auto ref T val
    )
    if (
    isRawData!T ||
    isUniNodeArray!(T, Node)
    )
  3. this(T val)
  4. this(T val)

Meta