RaylibStack.next

  1. inout(Node) next()
    class RaylibStack(RaylibViewVersion raylibVersion)
    inout
    inout(Node)
    next
    ()
  2. Node next(Node value)

Return Value

Type: inout(Node)

The node contained by the stack, child node of the top.

Meta