Graph.this

Constructs a new graph with the given value to set

  1. this(T value)
    class Graph(T)
    this
    ()
  2. this()

Parameters

value T

the value of this graph node

Meta