What is iota function full name

KnightMare black80 at bk.ru
Fri Jun 21 21:31:46 UTC 2019


On Friday, 21 June 2019 at 19:18:02 UTC, KnightMare wrote:
> On Friday, 21 June 2019 at 12:02:10 UTC, Jonathan M Davis wrote:

> auto goodName( ... ) {
>     pragma( inline, true )
>     return terribleName( ... );
> }

hmm.. I have a question: this pragma will inline terribleName 
(double code) or goodName (fine)?


More information about the Digitalmars-d-learn mailing list