[][src]Trait fortraith::fib

pub trait fib {
    type Result;
}

Index the fibonacci sequence with the top element

Examples

forth!(
    8 fib
    return type Out as top
);
assert_eq!(Out::eval(), 21);

Associated Types

type Result

Loading content...

Implementors

Loading content...