go/doc: enable grouping of functions with common names and suffix N #18858
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Suggested by @griesemer in another proposal: #18616 (comment).
An example of the proposed before and after output, for a series of functions called
TrailingZeros
with integer sizes "N" as a suffix:Before:
After:
Seems like a big usability improvement, and would be useful in at least
sync/atomic
as it exists now in the stdlib: https://golang.org/pkg/sync/atomic/. Would also be useful for some of the proposed APIs for amath/bits
as discussed here: #18616The text was updated successfully, but these errors were encountered: