Solo.this

Constructs a new Solo node.

  1. this(Node parent)
  2. this(GUID guid, Node parent)
    class Solo
    @nogc
    this
    (
    GUID guid
    ,
    Node parent = null
    )

Parameters

guid GUID

The new GUID of the

parent Node

The parent of the solo node.

Meta