We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It's awful to write declaration at .h file and implementation at .cpp file.
With modules, you can write them at the same place. Using import and export to import from and export to modules.
import
export
// unimplemented import std::io; module m; export{ fn api() -> i32; }
There was an error while loading. Please reload this page.