sls1005 Sat, 26 Nov 2022 22:00:10 -0800
For an imported C++ type whose name conflicts with an existing Nim type (like `std::string`), should it be prefixed with `C` or `CPP`? or should it be imported as `String`?