[][src]Trait fortraith::not

pub trait not {
    type Result;
}

Apply logical not to the top element

Examples

forth!(
    true not
    return type Out as top
);
assert_eq!(Out::eval(), false);

Associated Types

type Result

Loading content...

Implementors

Loading content...