in src/router/SimpleRegexpResolver.php [17:25]
public function __construct(dict<HttpMethod, dict<string, TResponder>> $map) {
$this->map = Dict\map(
$map,
$routes ==> Dict\map_keys(
$routes,
$fastroute ==> self::fastRouteToRegexp($fastroute),
),
);
}