[][src]Function gee::lerp_half

pub fn lerp_half<T, U>(a: T, b: T) -> U::Output where
    T: Add<Output = U> + One,
    U: Div