Module macros

Module macros 

Source
Expand description

Holds several helpful macros related to primitives.

Macrosยง

offset
Creates Offset out of passed expression. If the expression is a literal integer value, then this will check the value at compile time instead of runtime. Otherwise it will produce runtime validity checks.
try_unpack
This macro works as ? operator, but for CResult type.