Node.toString

Returns a string representation of this object which is the value of the node

struct Node
T[]
toString
()

Return Value

Type: T[]

a string representation (the value)

Meta