mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use "String" consistently for "char[]" (#694)
Use "String" consistently for "char[]". Fix win32 return value.
This commit is contained in:
committed by
GitHub
parent
5b2b4e900f
commit
43dc2d650c
@@ -2,7 +2,7 @@ module std::core::string::iterator;
|
||||
|
||||
struct StringIterator
|
||||
{
|
||||
char[] utf8;
|
||||
String utf8;
|
||||
usz current;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user