File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -657,11 +657,11 @@ void main()
657
657
$(H2 $(GNAME getOverloads))
658
658
659
659
$(P The first argument is an aggregate (e.g. struct/class/module).
660
- The second argument is a string that matches the name of
661
- one of the members in that aggregate .
662
- The third argument is a bool, and is optional.
663
- The result is a tuple of all the overloads of that function .
664
- If the third member evaluates to true, the result will include all members that matches the supplied name.
660
+ The second argument is a ` string` that matches the name of
661
+ the member(s) to return .
662
+ The third argument is a ` bool` , and is optional. If `true`, the
663
+ result will include template overloads.
664
+ The result is a tuple of all the overloads of the supplied name.
665
665
)
666
666
667
667
---
You can’t perform that action at this time.
0 commit comments