Merge commit '9e11019b87ba27d1dac9e097dc212a126e404218'

This commit is contained in:
2024-11-01 22:23:08 -05:00
3 changed files with 20 additions and 16 deletions

2
deps/ox/ox-docs.md vendored
View File

@ -179,6 +179,8 @@ ox::Result<int> f2() noexcept {
```oxRequire``` by default creates a const, but there is also an ```oxRequireM``` (oxRequire Mutable)
variant for creating a non-const value.
* ```oxRequireM``` - oxRequire Mutable
### Logging and Output
Ox provides for logging and debug prints via the ```oxTrace```, ```oxDebug```, and ```oxError``` macros.