[][src]Trait fortraith::or

pub trait or {
    type Result;
}

Logical or two top elements

Examples

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

Associated Types

type Result

Loading content...

Implementors

Loading content...