- fib_for_loop
ulong fib_for_loop(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- fib_rec
ulong fib_rec(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
- test_fib_rec
void test_fib_rec(Bencher bencher)
Undocumented in source. Be warned that the author may not have intended to support it.
Example application