[][src]Trait fortraith::and

pub trait and {
    type Result;
}

Logical and two top elements

Examples

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

Associated Types

type Result

Loading content...

Implementors

Loading content...