Edit of asset "Option/Result (with code gen)" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Option/Result (with code gen) | Option/Result (with code gen) |
| Description |
This plugin uses code generation to simulate generics for a best-attempt at static Option/Result types. Long story short, some parts of the end result are still dynamic, but the plugin has proven useful to me as a drop-in solution for null annoyances. Every dynamic part has asserts to protect against headaches. A lot of the API surface won't make sense unless you read the README in the source repository. Also, you can find an example project there with a method chaining example, a pattern matching example, and unit tests. |
This plugin uses code generation to simulate generics for a best-attempt at static Option/Result types. Long story short, some parts of the end result are still dynamic, but the plugin has proven useful to me as a drop-in solution for null annoyances. Every dynamic part has asserts to protect against headaches. A lot of the API surface won't make sense unless you read the README in the source repository. Also, you can find an example project there with a method chaining example, a pattern matching example, and unit tests. |
| Category | Tools | Tools |
| License | MIT | MIT |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/Granshmeyr/option-result-godot | https://github.com/Granshmeyr/option-result-godot |
| Issues Url | https://github.com/Granshmeyr/option-result-godot/issues | https://github.com/Granshmeyr/option-result-godot/issues |
| Godot version | Godot 4.4 | Godot 4.4 |
| Version String | 1.0.0 | 1.0.0 |
| Download Commit | 089ad726441c3dde4a4f91d07f079045f935c505 | 089ad726441c3dde4a4f91d07f079045f935c505 |
| Download Url (Computed) | https://github.com/Granshmeyr/option-result-godot/archive/089ad726441c3dde4a4f91d07f079045f935c505.zip | https://github.com/Granshmeyr/option-result-godot/archive/089ad726441c3dde4a4f91d07f079045f935c505.zip |
| Icon Url |
https://raw.githubusercontent.com/Granshmeyr/option-result-godot/refs/heads/main/icon.png
|
https://raw.githubusercontent.com/Granshmeyr/option-result-godot/refs/heads/main/icon.png
|