Comment #0 by john.michael.hall — 2023-04-20T16:48:04Z
https://dlang.org/library/std/traits/return_type.html
There is currently a line in the documentation at the above link that
alias ReturnType(alias func) = CRC.R;
where CRC.R is a link to std.digest. This seems wrong...