We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Div
use typenum::{consts::*, Div}; fn is_div<T: Div<U>, U>() {} fn main() { is_div::<U2, U1>(); }
fails with unavoidable overflow errors in the new solver
Status