pub const fn is_unchecked() -> boolExpand 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_uncheckedwith debug_assert - msac entropy coding uses inlined SSE2 intrinsics on x86_64