Merge commit '9e11019b87ba27d1dac9e097dc212a126e404218'
This commit is contained in:
2
deps/ox/ox-docs.md
vendored
2
deps/ox/ox-docs.md
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user