DictionaryForumContacts

   Russian English
Google | Forvo | +
продвижение функцийstresses
progr. function promotion (Function promotion is a programming language feature that allows element-wise operations on aggregate data types like arrays without the need for explicit loops. When a function that's defined for a single element is called with an aggregate, the compiler automatically promotes the function to operate on each element of the aggregate. The intent of the code becomes clearer without the noise of loop constructs. Alex_Odeychuk)