fn doNotOptimizeAway(val: anytype) void

Force an evaluation of the expression; this tries to prevent the compiler from optimizing the computation away even if the result eventually gets discarded.

Parameters

val: anytype,