typenum_loops
A library that provides loops which are fully or partially unrolled at compile time.
extern crate typenum;
extern crate typenum_loops;
use ;
use Loop;
Note: Very large closures may not be inlined despite attempts to trick llvm by using an empty wrapper fn.
License
MIT