Is `set` not an operator function? If it is, you c...
# tornadofx
r
Is
set
not an operator function? If it is, you could just say
todos[0] = todos[0]
. Still not elegant, but at least consistent.
👍 2