Keyword: forward


The forward keyword is used to do a forward declaration of a function (similar to C prototypes). To use it, add the keyword before a function declaration and close the line with a semicolon instead of curly brackets.

forward someFuncton function<p32 a> -> u32;