Dominaezzz
11/02/2018, 11:44 AMmacro
and like inline functions, will support "reified" generics and cannot be called outside of Kotlin (i.e Java), but instead of being inlined at the call site, they are generated and called. (Like templates in C++). Any reflection done in the function is inlined. This allows for IDE friendly templates(C++), easy code generation and maybe something similar to LINQ to SQL.gildor
11/02/2018, 1:04 PMDominaezzz
11/02/2018, 1:28 PMkarelpeeters
11/02/2018, 4:15 PMDico
11/02/2018, 4:20 PM