1 2 3 4 5 6 7
export module math:details; // math:details implementation partition double someHelperFunction(double a) { // Implementation omitted... return 42; }