declare comptime fn join(...segs: str[]) -> str
declare comptime fn dirname(path: str) -> str
declare comptime fn basename(path: str) -> str
declare comptime fn extname(path: str) -> str
declare comptime fn is_absolute(path: str) -> bool