str/module/str.cppm
2025-03-13 18:05:11 +08:00

6 lines
109 B
C++

export module kqm.str;
export import kqm.str.utf;
export import kqm.str.view;
export import kqm.str.string;