📝 unify code style of ./stl ./test

This commit is contained in:
ValKmjolnir
2022-07-02 13:53:50 +08:00
parent beba975ff0
commit f3ba80b41c
20 changed files with 200 additions and 375 deletions

View File

@@ -1,7 +1,6 @@
# queue.nas
# valkmjolnir 2021/3/31
var queue=func()
{
var queue=func(){
var (begin,end)=(nil,nil);
return{
push:func(elem){