tests.rs (130B)
1 use super::LendingIterator as _; 2 #[test] 3 fn lending_iterator() { 4 assert_eq!([0u32, 1u32].into_iter().lend_next(), Some(0)); 5 }
calc_rationalCLI calculator for rational numbers. | |
| git clone https://git.philomathiclife.com/repos/calc_rational | |
| Log | Files | Refs | README |