The sorting order of the built-in functions in the documentation

Hi there, first post!
I kindly suggest organizing the built-in functions in alphabetical order.

I needed to find the documentation of the @reduce here Documentation - The Zig Programming Language when I noticed that the built-in functions are not in alphabetical order.
Maybe sorting them alphabetically is not the best possible option, but it could help newcomers find them.
Or maybe they are actually sorted somehow, I just don’t get how.
Kind regards.

1 Like

in the meantime you can just ctrl-f in almost any browser to search the text of the page.

3 Likes

Thanks for the feedback.
Maybe it is too soon to suggest polishing changes like this one, since zig is young and my knowledge of it is limited.
But the sorting order looked like a low-hanging fruit, sitting there :slight_smile: