The Swift String class does not seem to accept std.u8string (CxxStdlib), only std.string? I'd rather not do a interpret_cast on the C++ side, is there a clean way to do this on the Swift side (using the C++ interop)?
The Swift String class does not seem to accept std.u8string (CxxStdlib), only std.string? I'd rather not do a interpret_cast on the C++ side, is there a clean way to do this on the Swift side (using the C++ interop)?