optimize op_para and op_deft: change hashmap<string,u64> to hashmap<u32,u32>

This commit is contained in:
ValKmjolnir
2022-07-23 12:02:41 +08:00
parent a3c3c34565
commit 0d750ca685
3 changed files with 17 additions and 13 deletions
+4 -1
View File
@@ -201,4 +201,7 @@ foreach(var i;a){
foreach(i;a){
;
}
println(runtime.argv());
println(runtime.argv());
func(a,b,c,d="只有红茶可以吗"){
println(a,' ',b,' ',c,' ',d);
}(c:1919810,b:514,a:114);