mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-26 10:49:29 +00:00
In a bunch of cases, this actually ends up simplifying the code as to_number will handle something such as: ``` Optional<I> opt; if constexpr (IsSigned<I>) opt = view.to_int<I>(); else opt = view.to_uint<I>(); ``` For us. The main goal here however is to have a single generic number conversion API between all of the String classes. |
||
---|---|---|
.. | ||
accept.md | ||
access.md | ||
adjtime.md | ||
bindmount.md | ||
disown.md | ||
futex.md | ||
get_process_name.md | ||
getegid.md | ||
geteuid.md | ||
getgid.md | ||
getpid.md | ||
getppid.md | ||
getresgid.md | ||
getresuid.md | ||
gettid.md | ||
getuid.md | ||
mkdir.md | ||
mount.md | ||
pipe.md | ||
pledge.md | ||
readlink.md | ||
recvfd.md | ||
remount.md | ||
scheduler_get_parameters.md | ||
scheduler_set_parameters.md | ||
sendfd.md | ||
set_process_name.md | ||
setegid.md | ||
seteuid.md | ||
setgid.md | ||
setresgid.md | ||
setresuid.md | ||
setuid.md | ||
uname.md | ||
unveil.md |