pub unsafe extern "rust-intrinsic" fn exact_div<T>(x: T, y: T) -> T
Performs an exact division, resulting in undefined behavior where x % y != 0
or y == 0
or x == T::min_value() && y == -1
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.exact_div.html