5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
|
export module shadow_utils;
|
||
|
|
||
|
import std.core;
|
||
|
|
||
|
export std::vector<std::string> explode(const std::string& s, const char& c);
|