Pragmatic directives: Difference between revisions

m
Line 239:
 
=={{header|Julia}}==
Julia has a number of macros which act as compiler directives. For example, the <code>@inbounds</code> macro disables runtime checking of array bounds within a block of code marked by this macro, which sometimes improves performance.
 
=={{header|Kotlin}}==
4,105

edits