Lokathor / bytemuck

A crate for mucking around with piles of bytes
https://docs.rs/bytemuck
Apache License 2.0
740 stars 80 forks source link

Documentation inconsistent with function header #274

Closed tim-hoffman closed 1 month ago

tim-hoffman commented 2 months 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.