aoc
2023.12.25
Unsigned
Math
Ops
Required Methods
sqrt
Implementors
In aoc::
util::
math
Trait
aoc
::
util
::
math
::
UnsignedMathOps
Copy item path
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