Solo.this

Constructs a new Solo node.

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

Parameters

parent Node

The parent of the solo node.

Meta