chain

Assemble a node chain out of NodeChain nodes.

  1. NodeChain chain(Ts chain, Node node)
    @safe
    chain
    (
    Ts...
    )
  2. Node chain(Node node)

Parameters

chain Ts

Nodes compromising the chain.

node Node

Last node in the chain.

Return Value

Type: NodeChain

The first node in the chain, with all the remaining nodes added as children.

Meta