map filled luky style

This commit is contained in:
hugogogo
2022-06-21 01:50:41 +02:00
parent c7114c1db2
commit 28acc5ef51
3 changed files with 301 additions and 189 deletions

View File

@@ -14,8 +14,7 @@ TEST_M(tests_map_simple)
mp[VALT('a')] = VALU(10);
// it = mp.begin();
// PRINT(mp)
PRINT(mp)
DELETE
}