We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is it possible to add support for inline functions and constants?
An example of code
const pos:i32 = 10; store<i32>( pos + 10, 10 );
That should be optimized to
store<i32>( 20, 10 );