You proposal was to replace `v.invert` with `v = !...
# announcements
k
You proposal was to replace
v.invert
with
v = !v
. How should compiler handle `m.invert', where
m: Matrix
?