RoutePath

inline fun RoutePath(value: String): RoutePath(source)
inline fun RoutePath(segment1: String, paramName1: ParamName): RoutePath(source)
inline fun RoutePath(segment1: String, paramName1: ParamName, segment2: String): RoutePath(source)
inline fun RoutePath(segment1: String, paramName1: ParamName, segment2: String, paramName2: ParamName): RoutePath(source)