- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1341 - 1350 of 2,266 for host:doc.rust-lang.org (0.03 sec)
-
unreachable_unchecked in std::hint - Rust
Informs the compiler that the site which is calling this function is not reachable, possibly enabling further optimizations.doc.rust-lang.org/std/hint/fn.unreachable_unchecked.htmlRegistered: Wed Nov 05 03:01:14 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 11.5K bytes - Viewed (0) -
cold_path in std::hint - Rust
Hints to the compiler that given path is cold, i.e., unlikely to be taken. The compiler may choose to optimize paths that are not cold at the expense of paths that are cold.doc.rust-lang.org/std/hint/fn.cold_path.htmlRegistered: Wed Nov 05 02:59:18 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 5.8K bytes - Viewed (0) -
assume in std::intrinsics - Rust
Informs the optimizer that a condition is always true. If the condition is false, the behavior is undefined.doc.rust-lang.org/std/intrinsics/fn.assume.htmlRegistered: Wed Nov 05 03:02:23 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 4.1K bytes - Viewed (0) -
black_box in std::hint - Rust
An identity function that hints to the compiler to be maximally pessimistic about what `black_box` could do.doc.rust-lang.org/std/hint/fn.black_box.htmlRegistered: Wed Nov 05 03:02:54 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 17.5K bytes - Viewed (0) -
cttz in std::intrinsics - Rust
Returns the number of trailing unset bits (zeroes) in an integer type `T`.doc.rust-lang.org/std/intrinsics/fn.cttz.htmlRegistered: Wed Nov 05 03:03:02 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 6K bytes - Viewed (0) -
exp2f128 in std::intrinsics - Rust
Returns 2 raised to the power of an `f128`.doc.rust-lang.org/std/intrinsics/fn.exp2f128.htmlRegistered: Wed Nov 05 03:03:41 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.6K bytes - Viewed (0) -
Option in std::option - Rust
The `Option` type. See the module level documentation for more.doc.rust-lang.org/std/option/enum.Option.htmlRegistered: Wed Nov 05 01:05:41 UTC 2025 - Last Modified: Thu Oct 30 18:22:29 UTC 2025 - 221.3K bytes - Viewed (0) -
Vec in std::vec - Rust
A contiguous growable array type, written as `Vec<T>`, short for ‘vector’.doc.rust-lang.org/std/vec/struct.Vec.htmlRegistered: Wed Nov 05 01:05:44 UTC 2025 - Last Modified: Thu Oct 30 18:22:33 UTC 2025 - 861.5K bytes - Viewed (0) -
pointer - Rust
Raw, unsafe pointers, `*const T`, and `*mut T`.doc.rust-lang.org/std/primitive.pointer.htmlRegistered: Wed Nov 05 01:05:59 UTC 2025 - Last Modified: Thu Oct 30 18:22:30 UTC 2025 - 355.7K bytes - Viewed (0) -
u32 - Rust
The 32-bit unsigned integer type.doc.rust-lang.org/std/primitive.u32.htmlRegistered: Wed Nov 05 01:06:03 UTC 2025 - Last Modified: Thu Oct 30 18:22:30 UTC 2025 - 1.2M bytes - Viewed (0)