milakov/int_fastdiv

expression question

zjin-lcf opened this issue · 1 comments

For the expressions
(aggregate & dummy == 1) and (x & dummy == 1)

Is dummy == 1 evaluated first ?

Thanks

Also how does one make ternary implementation with a class?

result = class_instance ? this_opt : that_opt;