-
-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a simple table for functions to the functional module #3008
Conversation
$(TD Converts a callable to a delegate. | ||
)) | ||
$(TR $(TD $(D $(LREF forward))) | ||
$(TD Forwards function arguments with saving ref-ness. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: "while" instead of "with"
b8c5418
to
c90b1af
Compare
Should the list be sorted, for easier human searching? |
Other than that, it's looking good. This is a much-needed doc improvement. Thanks!! |
Fine points Sort table of functions
c90b1af
to
d076b6e
Compare
Yes, I refrained from sorting since there are groups of functions, but it really makes a difference. You are right. |
If there are groups of functions, probably we should group them by category, and sort them within each group? E.g., like the old std.algorithm docs here: http://dlang.org/phobos/std_algorithm.html |
Nah, too much grouping. This is a small module with a short list of functions, some of which are closely related. Like |
Fair enough. Let's merge, we can improve on this later if necessary. |
Auto-merge toggled on |
Add a simple table for functions to the functional module
Thank you. :) |
No description provided.