- Sort Score
- Num 10 results
- Language All
- Labels All
Results 2241 - 2250 of 7,713 for content_length:[0 TO 9999] (0.09 seconds)
-
simd_and in std::intrinsics::simd - Rust
“And“s vectors elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_and.htmlThu Feb 12 20:19:36 GMT 2026 3.5K bytes -
Static in std::intrinsics::mir - Rust
API documentation for the Rust `Static` fn in crate `std`.doc.rust-lang.org/std/intrinsics/mir/fn.Static.htmlThu Feb 12 20:19:36 GMT 2026 3.4K bytes -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/aggregateerror/index.md # Original Wiki contributors fscholz sidesho...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError/contribut...Tue Aug 19 16:04:04 GMT 2025 161 bytes -
three_way_compare in std::intrinsics - Rust
Does a three-way comparison between the two arguments, which must be of character or integer (signed or unsigned) type.doc.rust-lang.org/std/intrinsics/fn.three_way_compare.htmlThu Feb 12 20:19:36 GMT 2026 4.1K bytes -
transmute_unchecked in std::intrinsics - Rust
Like `transmute`, but even less checked at compile-time: rather than giving an error for `size_of::<Src>() != size_of::<Dst>()`, it’s Undefined Behavior at runtime.doc.rust-lang.org/std/intrinsics/fn.transmute_unchecked.htmlThu Feb 12 20:19:36 GMT 2026 4.1K bytes -
unchecked_shr in std::intrinsics - Rust
Performs an unchecked right shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.doc.rust-lang.org/std/intrinsics/fn.unchecked_shr.htmlThu Feb 12 20:19:36 GMT 2026 4.1K bytes -
ub_checks in std::intrinsics - Rust
Returns whether we should perform some UB-checking at runtime. This eventually evaluates to `cfg!(ub_checks)`, but behaves different from `cfg!` when mixing crates built with different flags: if the crate has UB checks enabled or carries the `#[rustc_preserve_ub_checks]` attribute, evaluation is delayed until monomorphization (or until the call gets inlined into a crate that does not delay evaluation further); otherwise it can happen any time.doc.rust-lang.org/std/intrinsics/fn.ub_checks.htmlThu Feb 12 20:19:36 GMT 2026 5K bytes -
simd_shuffle in std::intrinsics::simd - Rust
Shuffles two vectors by const indices.doc.rust-lang.org/std/intrinsics/simd/fn.simd_shuffle.htmlThu Feb 12 20:19:36 GMT 2026 4.1K bytes -
simd_funnel_shr in std::intrinsics::simd - Rust
Funnel Shifts vector right elementwise, with UB on overflow.doc.rust-lang.org/std/intrinsics/simd/fn.simd_funnel_shr.htmlThu Feb 12 20:19:36 GMT 2026 4.4K bytes -
simd_lt in std::intrinsics::simd - Rust
Tests if `x` is less than `y`, elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_lt.htmlThu Feb 12 20:19:36 GMT 2026 3.8K bytes