[][src]Trait fortraith::eq

pub trait eq {
    type Result;
}

( = ) Check if two top elements are equal

Examples

forth!(
    1 2 + 3 =
    return type Out as top
);
assert_eq!(Out::eval(), true);

Associated Types

type Result

Loading content...

Implementors

Loading content...