Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

div_euclid

Fully qualified path: chrono::utils::div_euclid

pub fn div_euclid<
    T,
    +CheckedSub<T>,
    +Div<T>,
    +Rem<T>,
    +Add<T>,
    +PartialOrd<T>,
    +Neg<T>,
    +Zero<T>,
    +Copy<T>,
    +Drop<T>,
>(
    val: T, div: T,
) -> Option<T>