Trait aoc::util::math::UnsignedMathOps

source ·
pub trait UnsignedMathOps<T: Unsigned<T>> {
    // Required method
    fn sqrt(self) -> T;
}

Required Methods§

source

fn sqrt(self) -> T

Implementors§

source§

impl<T: Unsigned<T>> UnsignedMathOps<T> for T