Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

assert_equalish

Fully qualified path: opus::utils::assertions::assert_equalish

pub fn assert_equalish<
    T, impl TPartialOrd: PartialOrd<T>, impl TSub: Sub<T>, impl TCopy: Copy<T>, impl TDrop: Drop<T>,
>(
    a: T, b: T, error: T, message: felt252,
)