CT variables now follow CT scopes. It's now allowed to mutate CT variables in deeper runtime scopes.

This commit is contained in:
Christoffer Lerno
2022-12-07 16:25:08 +01:00
committed by Christoffer Lerno
parent f7659776fc
commit 1ea5625183
19 changed files with 212 additions and 119 deletions

View File

@@ -1,7 +1,5 @@
module std::core::string::iterator;
struct StringIterator
{
char[] utf8;