We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee97d6 commit a36de3fCopy full SHA for a36de3f
README.md
@@ -56,8 +56,8 @@ show_debug_message(struct.stuff == new_struct.stuff); // f
56
show_debug_message(struct.stuff.thing == new_struct.stuff.thing); // false
57
58
// And structs are preserving its types so you can use static fields
59
-new_araay[0].func(); // hello!
60
-new_struct.thing.func(); // hello!
+new_araay[0].func();
+new_struct.thing.func();
61
```
62
63
## Author:
0 commit comments