Closed tim-hoffman closed 1 month ago
In src/lib.rs, there are many functions where the documentation uses types T and U but the function header uses types A and B. The documentation should be updated to use the same type parameter names as the function header.
src/lib.rs
T
U
A
B
In
src/lib.rs
, there are many functions where the documentation uses typesT
andU
but the function header uses typesA
andB
. The documentation should be updated to use the same type parameter names as the function header.