Node.value

Gets the value of the node.

  1. T[] value()
    struct Node
    T[]
    value
    ()
  2. T[] value(T[] value)

Return Value

Type: T[]

the value of the node

Meta