StackOverflow 文件 D Language 教程 匯入和模組 公共匯入 公共匯入 Created: November-22, 2018 模組可以通過 public imports 暴露給其他模組。 public import std.math; // only exports the symbol 'pow' public import std.math : pow; 重新命名為匯入本地匯入