Open
Description
Currently, searching the rust stdlib docs for, as an example, 'i32 min', will not find any info at all, and the the i32
page (https://doc.rust-lang.org/std/primitive.i32.html) is not searchable with standard CTRL-F in some browsers like Firefox, since min
/max
/clamp
are hidden under the by-default-collapsed section on Ord
. This lack of searchability/discoverability extends to Google results.
I'm not sure what the bets method to remedy this is, but fixing the on-site search to know about these is probably a good start.