Content deleted Content added
m I added a link to Herb Sutter's Wikipedia article so those unfamiliar with him may understand, with greater ease, the significance of him advocating the syntax's standardization. |
m WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - |
||
Line 1:
'''Uniform Function Call Syntax''' (UFCS) is a programming language feature in [[D (programming language)|D]] that allows any function to be called on an object (as in [[Object-oriented programming]]) as if the function were a method of the object's class.<ref>http://dlang.org/function.html#pseudo-member</ref> UFCS is particularly useful when function calls are chained.,<ref>http://ddili.org/ders/d.en/ufcs.html</ref>
== Examples ==
Line 39:
[[Category:Source code]]
[[Category:Subroutines]]
[[Category:Articles with example code]]
{{compu-prog-stub}}
|