PrivateLogarithm2
typenum
1.19.0
Private
Logarithm2
Required Associated Types
Output
Implementors
In typenum::
private
typenum
::
private
Trait
Private
Logarithm2
Copy item path
Source
pub trait PrivateLogarithm2 { type
Output
; }
Required Associated Types
§
Source
type
Output
Implementors
§
Source
§
impl
PrivateLogarithm2
for
UInt
<
UTerm
,
B1
>
Source
§
type
Output
=
UTerm
Source
§
impl<U, B>
PrivateLogarithm2
for
UInt
<U, B>
where U:
Unsigned
+
Logarithm2
, B:
Bit
,
Log2
<U>:
Add
<
B1
>,
Source
§
type
Output
= <<U as
Logarithm2
>::
Output
as
Add
<
B1
>>::
Output