matchRoutesImpl

external fun <RouteObjectType : AgnosticRouteObject> matchRoutesImpl(    routes: ReadonlyArray<RouteObjectType>,     locationArg: Location<*>,     basename: String,     allowPartial: Boolean): ReadonlyArray<AgnosticRouteMatch<RouteObjectType>>?(source)
external fun <RouteObjectType : AgnosticRouteObject> matchRoutesImpl(    routes: ReadonlyArray<RouteObjectType>,     locationArg: String,     basename: String,     allowPartial: Boolean): ReadonlyArray<AgnosticRouteMatch<RouteObjectType>>?(source)