Heuristic<T>.always constructor

const Heuristic<T>.always(
  1. double value
)

Returns a heuristic that always returns value.

Implementation

const factory Heuristic.always(double value) = _AlwaysHeuristic<T>;