WeightedWalkable<E>.empty constructor

const WeightedWalkable<E>.empty()

Creates an empty weighted walkable.

The empty walkable has no nodes and no edges.

Implementation

const factory WeightedWalkable.empty() = _EmptyWeightedWalkable<E>;