1 2 3 4 5
// use num::Num; // use crate::types::{Bound, Leap}; // pub fn bound_to_leap<T: Num + Copy>(bound: &Bound<T>) -> Leap<T> {}