|
|
|
|
|
by atq2119
2308 days ago
|
|
> even in Rust I suspect they use builtins in certain places of their standard library. There are places in the rust standard library which just omit the implementation because it's magically filled in by the compiler based on the type and function names. Which, for really low-level and fundamental functionality, seems fair game to me. |
|