[][src]Trait fortraith::drop

pub trait drop {
    type Result;
}

Remove the top element

Examples

forth!(
    1 2 drop
    return type Out as top
);
assert_eq!(Out::eval(), 1);

Associated Types

type Result

Loading content...

Implementors

Loading content...