fn doNotOptimizeAway(val: anytype) void
[src]
Force an evaluation of the expression; this tries to prevent the compiler from optimizing the computation away even if the result eventually gets discarded.
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.