Edge<T> constructor
const
Edge<T> (
- T destination,
- double weight
Implementation
const Edge(this.destination, this.weight);
const Edge(this.destination, this.weight);