Skip to main content

is_unchecked

Function is_unchecked 

Source
pub const fn is_unchecked() -> bool
Expand description

Returns true if the unchecked feature is enabled.

When unchecked:

  • DisjointMut borrow tracking is disabled (enables multithreading)
  • SIMD hot-path bounds checks use get_unchecked with debug_assert
  • msac entropy coding uses inlined SSE2 intrinsics on x86_64