expired top-level property
An option that tells the routing system to return expired records when no newer records are known.
Implementation
Option expired = (RoutingOptions opts) {
opts.expired = true;
};
An option that tells the routing system to return expired records when no newer records are known.
Option expired = (RoutingOptions opts) {
opts.expired = true;
};