move
move copied to clipboard
[Bug]
🐛 Bug
When using debug::print(string::utf8("abc")) an actual string should be printed, not the vec u8 representation. String is a well-known struct type and should be special handled here.
This is a bug because it should have been added when String was introduced.