umbra/projs/shadow-utility/shadow-utils.ixx

5 lines
124 B
Plaintext
Raw Normal View History

export module shadow_utils;
import std.core;
export std::vector<std::string> explode(const std::string& s, const char& c);