NodeChain.next

  1. Node next(Node value)
  2. inout(Node) next()
    class NodeChain
    inout
    inout(Node)
    next
    ()

Return Value

Type: inout(Node)

The next node in chain, if any.

Meta