Hacker News new | ask | show | jobs
by steveklabnik 2562 days ago
They're not directly invoked, but that's still what's called under the hood.
1 comments

In Rust as in C++. But the fact that the actual calls don't appear in your source code means you don't incur any programmer cost relying on them. Yet, where runtime cost would be a problem (typically, affecting latency on a hot path) it can be avoided entirely.