|
|
|
|
|
by leecommamichael
114 days ago
|
|
Interesting. The Odin Programming Language has some primitives that are pretty similar to Absail's macros. For control-flow we've got the postfix operators: `or_return`, `or_break`, `or_continue`
For alternative values we've got postfix `or_else`. Considering how much I enjoy Odin I should probably entertain using Absail for my next C++ project. |
|