export module Core.File; export import Core.List; export namespace Core { bool readFile(List<char>& content, const char* path) noexcept; }