replace leading _ for private symbols with keyword hide

This commit is contained in:
2026-07-14 20:19:01 +02:00
parent 5157cf3bcc
commit 267947e79d
31 changed files with 125220 additions and 122709 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
_sibling func() i32 {
hide sibling func() i32 {
return 1
}
_Sibling :: struct {
hide Sibling :: struct {
value i32
}
_sibling_value :: 1
hide sibling_value :: 1
_collision c_func() i32 {
collision c_func() i32 {
return 1
}