[][src]Trait fortraith::less

pub trait less {
    type Result;
}

( < ) Check if the second top element is less than the top elements

Examples

forth!(
    10 3 <
    return type Out as top
);
assert_eq!(Out::eval(), false);

Associated Types

type Result

Loading content...

Implementors

Loading content...