pub fn fetch_join(a: &Value, b: &Value) -> DogeResultExpand description
fetch.join(a, b) — join two path segments with /, Doge’s one canonical
separator on every platform. If b is absolute (starts with /) it replaces
a entirely; an empty a yields b unchanged.