pub trait Two<F> { // Required methods fn two() -> F; fn two_pow(pow: u64) -> F; }
Helper to obtain two
Value two
Power of two