Hacker News new | ask | show | jobs
by asksol 2634 days ago
I'm not sure operators are a good example, they can be idempotent or not depending on the implementation. The operator is a function that takes two values and return a result: result = op(left, right).