mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
CT variables now follow CT scopes. It's now allowed to mutate CT variables in deeper runtime scopes.
This commit is contained in:
committed by
Christoffer Lerno
parent
f7659776fc
commit
1ea5625183
@@ -1,7 +1,5 @@
|
||||
module std::core::string::iterator;
|
||||
|
||||
|
||||
|
||||
struct StringIterator
|
||||
{
|
||||
char[] utf8;
|
||||
|
||||
Reference in New Issue
Block a user