move hide behind @ and specify with :

This commit is contained in:
2026-08-10 22:45:41 +02:00
parent 5244bfbf1b
commit ba6052eef3
27 changed files with 162 additions and 149 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ StaticStringMap func($V type) type {
}
}
hide Pair func($V type) type {
@hide Pair func($V type) type {
return struct { []u8, V }
}