Modules can be exposed to other modules with public imports.
public imports
public import std.math; // only exports the symbol 'pow' public import std.math : pow;